Commit e8fbc7be by Jim Wilson

(CPP_PREDEFINES): For consistency,

change to define WIN32, WINNT, and CYGWIN32.

From-SVN: r12326
parent 7768450a
......@@ -33,8 +33,7 @@ Boston, MA 02111-1307, USA. */
#undef CPP_PREDEFINES
#endif
#define CPP_PREDEFINES "-DWIN32 -D__WIN32__ -D__WINNT__ \
-D__CYGWIN32__ -DPOSIX \
#define CPP_PREDEFINES "-DWIN32 -DWINNT -DCYGWIN32 -DPOSIX \
-D_POWER -D_ARCH_PPC -D__PPC__ -Asystem(winnt) -Acpu(powerpc) -Amachine(powerpc)"
/* We have to dynamic link to get to the system dlls,
......
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