include/win32/applicfg.h
changeset 407 384c3cd7afa2
parent 396 a43910975547
child 637 c676669ec3c1
--- a/include/win32/applicfg.h	Tue Feb 19 15:21:42 2008 +0100
+++ b/include/win32/applicfg.h	Sun Feb 24 02:03:19 2008 +0100
@@ -101,9 +101,12 @@
    OutputDebugString(msg);}while(0)
 #else
 #define MSG(...) \
-  do{char msg[300];\
+  do{printf(__VA_ARGS__);fflush(stdout);}while(0)
+
+/*do{char msg[300];\
    sprintf(msg,##__VA_ARGS__);\
    OutputDebugString(msg);}while(0)
+*/
 #endif  
 #define CANFESTIVAL_DEBUG_MSG(num, str, val)\
   {unsigned long value = val;\