mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-31 21:29:39 +00:00
Fixed cock-up on resolving conflict in previous revision. Grr!
This commit is contained in:
parent
cbd33c3cb8
commit
bcbfb90897
@ -31,13 +31,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||||||
|
|
||||||
#define LOG_DISK_ENABLED 1
|
#define LOG_DISK_ENABLED 1
|
||||||
|
|
||||||
#ifndef _VC71
|
#ifndef _VC71 // __VA_ARGS__ not supported on MSVC++ .NET 7.x
|
||||||
#if LOG_DISK_ENABLED
|
#if LOG_DISK_ENABLED
|
||||||
// __VA_ARGS__ not supported on MSVC++ .NET 7.x
|
#define LOG_DISK(format, ...) LOG(format, __VA_ARGS__)
|
||||||
#define LOG_DISK(format, params) LOG(format, params)
|
#else
|
||||||
#else
|
#define LOG_DISK(...)
|
||||||
#define LOG_DISK(format, params)
|
#endif
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Public _________________________________________________________________________________________
|
// Public _________________________________________________________________________________________
|
||||||
|
Loading…
Reference in New Issue
Block a user