From: <dan...@us...> - 2009-04-11 14:24:21
|
Revision: 1236 http://cegcc.svn.sourceforge.net/cegcc/?rev=1236&view=rev Author: dannybackx Date: 2009-04-11 14:24:19 +0000 (Sat, 11 Apr 2009) Log Message: ----------- Add UNDER_CE definition Modified Paths: -------------- trunk/cegcc/src/gcc/gcc/ChangeLog.ce trunk/cegcc/src/gcc/gcc/config/i386/mingw32ce.h Modified: trunk/cegcc/src/gcc/gcc/ChangeLog.ce =================================================================== --- trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2009-04-11 14:19:15 UTC (rev 1235) +++ trunk/cegcc/src/gcc/gcc/ChangeLog.ce 2009-04-11 14:24:19 UTC (rev 1236) @@ -6,6 +6,8 @@ * gcc/config/i386/mingw32ce.h : New file. * gcc/config/i386/mingw32ce.h(EXTRA_OS_CPP_BUILTINS) : Redefine, so __MSVCRT__ is not predefined by the compiler. + * gcc/config/i386/mingw32ce.h(EXTRA_OS_CPP_BUILTINS) : Redefine, so + UNDER_CE is predefined by the compiler. 2007-12-25 Pedro Alves <ped...@po...> Modified: trunk/cegcc/src/gcc/gcc/config/i386/mingw32ce.h =================================================================== --- trunk/cegcc/src/gcc/gcc/config/i386/mingw32ce.h 2009-04-11 14:19:15 UTC (rev 1235) +++ trunk/cegcc/src/gcc/gcc/config/i386/mingw32ce.h 2009-04-11 14:24:19 UTC (rev 1236) @@ -31,5 +31,6 @@ builtin_define ("_WIN32"); \ builtin_define_std ("WIN32"); \ builtin_define_std ("WINNT"); \ + builtin_define_std ("UNDER_CE"); \ } \ while (0) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |