# HG changeset patch # User Edouard Tisserant # Date 1308845554 -7200 # Node ID aad111ad001851c5bcc70f3cc85dd1b62681565e # Parent 06494ae5b2b6b3f4231f286e1ba59bfa3f46ed96 fixed bug with cross wmingw build diff -r 06494ae5b2b6 -r aad111ad0018 include/win32/applicfg.h --- 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