[ros-diffs] [sedwards] 19542: ifndef not ifdef....like I said, it works for me on my mingw either way

sedwards at svn.reactos.com sedwards at svn.reactos.com
Fri Nov 25 05:39:21 CET 2005


ifndef not ifdef....like I said, it works for me on my mingw either way
Modified: trunk/reactos/lib/crt/include/float.h
  _____  

Modified: trunk/reactos/lib/crt/include/float.h
--- trunk/reactos/lib/crt/include/float.h	2005-11-25 04:14:59 UTC
(rev 19541)
+++ trunk/reactos/lib/crt/include/float.h	2005-11-25 04:39:08 UTC
(rev 19542)
@@ -91,7 +91,7 @@

 #define _FPE_STACKUNDERFLOW	0x8b
 #define _FPE_EXPLICITGEN	0x8c    /* raise( SIGFPE ); */
 
-#ifdef __GNUC__
+#ifndef __GNUC__
 #define DBL_MAX_10_EXP  308  
 #define S_IFIFO			-1
 #define UINT64_MAX	0xffffffffffffffff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051125/08985791/attachment.html


More information about the Ros-diffs mailing list