summaryrefslogtreecommitdiff
path: root/navit/support/espeak/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'navit/support/espeak/debug.h')
-rw-r--r--navit/support/espeak/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/support/espeak/debug.h b/navit/support/espeak/debug.h
index c3fb9c920..199b2eb87 100644
--- a/navit/support/espeak/debug.h
+++ b/navit/support/espeak/debug.h
@@ -13,7 +13,7 @@ extern void debug_time(const char* text);
#else
-#ifdef PLATFORM_WINDOWS
+#ifdef NO_VARIADIC_MACROS
#define SHOW(format) // VC6 doesn't allow "..."
#else
#define SHOW(format,...)