]> git.saurik.com Git - wxWidgets.git/blobdiff - src/png/pngconf.h
Revised #ifndef WX_PRECOMP headers, added missing #include wx/wxcrtvararg.h
[wxWidgets.git] / src / png / pngconf.h
index 0aa121201e5da9838d96b8006e33c8c6e24aa6a4..74a14db1216d318a3a7c5491ace81dbc93c97404 100644 (file)
  */
 
 #if defined(PNG_FLOATING_POINT_SUPPORTED)
-#  if defined(MACOS)
+#  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.