include/win32/applicfg.h
changeset 662 aad111ad0018
parent 637 c676669ec3c1
child 684 3804ee7f9030
--- a/include/win32/applicfg.h	Mon Jun 20 18:36:43 2011 +0200
+++ b/include/win32/applicfg.h	Thu Jun 23 18:12:34 2011 +0200
@@ -95,7 +95,8 @@
 // --------------------------------------
 
 #ifndef _MSC_VER
-#error This block is for Visual only, please adapt it for your compiler.
+#define MSG(...) \
+  do{printf(__VA_ARGS__);fflush(stdout);}while(0)
 #elif (_MSC_VER >= 1400)
 //Visual Studio 2005 and above
 #ifdef UNICODE