|
From: Earnie B. <ea...@us...> - 2008-03-12 12:32:46
|
Quoting fei huang <dan...@gm...>: > sorry, I've found the problem is due to my macro, only _MSC_VER > includes windows.h and stdio.h but __MINGW32__ not... > Perhaps a better macro to use is _WIN32. To check the default list of defined macros use ``gcc -E -dM nul.c''. Earnie |