]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / include / wx / platform.h
index 3841c8c6ba797e27fe4605d656096456e53ea4a8..ee3a9458fafecea933ac1057f2ffe0977efd61dc 100644 (file)
 #    endif
 #endif
 
+/*
+   We get "Large Files (ILP32) not supported in strict ANSI mode." #error
+   from HP-UX standard headers when compiling with g++ without this:
+ */
+#if defined(__HPUX__) && !defined(__STDC_EXT__)
+#   define __STDC_EXT__ 1
+#endif
+
 /* Force linking against required libraries under Windows CE: */
 #ifdef __WXWINCE__
 #   include "wx/msw/wince/libraries.h"