]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datstrm.h
Define WXBUILDING in Xcode projects.
[wxWidgets.git] / include / wx / datstrm.h
index d96482ba34f57d0a3a6821aebaa47a1e7283ad77..3a6136fe4b22903e6d53562bde3b9bc4e32db03f 100644 (file)
@@ -30,9 +30,9 @@ public:
     // precision (64 bits) is used for doubles.
     void UseBasicPrecisions()
     {
-#if !wxUSE_APPLE_IEEE
+#if wxUSE_APPLE_IEEE
         m_useExtendedPrecision = false;
-#endif // !wxUSE_APPLE_IEEE
+#endif // wxUSE_APPLE_IEEE
     }
 
     // UseExtendedPrecision() is not very useful as it corresponds to the