Commit 7768450a by Jim Wilson

(CPP_PREDEFINES): For consistency,

change to define WIN32, WINNT, and CYGWIN32.

From-SVN: r12325
parent 208c89ce
......@@ -34,8 +34,8 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#endif
#define CPP_PREDEFINES "-Di386 -D__WIN32__ \
-DPOSIX -D__CYGWIN32__ -DWINNT -D_X86_=1 -D__STDC__=1\
#define CPP_PREDEFINES "-Di386 -DWIN32 \
-DPOSIX -DCYGWIN32 -DWINNT -D_X86_=1 -D__STDC__=1\
-D__stdcall=__attribute__((__stdcall__)) \
-D__cdecl=__attribute__((__cdecl__)) \
-Asystem(winnt) -Acpu(i386) -Amachine(i386)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment