]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pngpriv.h
Improve wxTextCtrl::GetNumberOfLines() unit test and documentation.
[wxWidgets.git] / src / png / pngpriv.h
index 400dccab55dc5664b404be349de5814f5551055c..19807e83c589559c7e459d7dd959cd1d7e2a29ea 100644 (file)
@@ -44,7 +44,7 @@
  */
 
 #ifdef PNG_FLOATING_POINT_SUPPORTED
-#  ifdef MACOS && !wxOSX_USE_IPHONE
+#  if defined(MACOS) && !wxOSX_USE_IPHONE
      /* We need to check that <math.h> hasn't already been included earlier
       * as it seems it doesn't agree with <fp.h>, yet we should really use
       * <fp.h> if possible.