[ros-diffs] [sedwards] 40912: next time I'll copy the changes properly

sedwards at svn.reactos.org sedwards at svn.reactos.org
Wed May 13 22:03:26 CEST 2009


Author: sedwards
Date: Thu May 14 00:03:25 2009
New Revision: 40912

URL: http://svn.reactos.org/svn/reactos?rev=40912&view=rev
Log:
next time I'll copy the changes properly

Modified:
    trunk/reactos/tools/ssprintf.cpp

Modified: trunk/reactos/tools/ssprintf.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/ssprintf.cpp?rev=40912&r1=40911&r2=40912&view=diff
==============================================================================
--- trunk/reactos/tools/ssprintf.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/ssprintf.cpp [iso-8859-1] Thu May 14 00:03:25 2009
@@ -46,7 +46,7 @@
 #include <ieee.h>
 #endif
 
-#if defined(__FreeBSD__) || defined(__APPLE__) defined(__sun__) || defined(__CYGWIN__)
+#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__sun__) || defined(__CYGWIN__)
 # define __isnan isnan
 # define __finite finite
 # define powl __builtin_powl



More information about the Ros-diffs mailing list