]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
Define wxStrto{d,l,ul}_l() functions in non-Unicode build too.
[wxWidgets.git] / configure
index fb880bc1821838d7af384c067faeeaffe3f5a950..f2978cb3457ba56d5cb6fe46ff09912f79443982 100755 (executable)
--- a/configure
+++ b/configure
@@ -42122,7 +42122,7 @@ fi
 
 if test "$GCC" = "yes" ; then
     if test "$wxUSE_NO_RTTI" = "yes" ; then
-        WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-rtti"
+                                WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -DwxNO_RTTI -fno-rtti"
     fi
     if test "$wxUSE_NO_EXCEPTIONS" = "yes" ; then
         WXCONFIG_CXXFLAGS="$WXCONFIG_CXXFLAGS -fno-exceptions"
@@ -47506,7 +47506,8 @@ _ACEOF
 cat confdefs.h >>conftest.$ac_ext
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
-#include <gdiplus.h>
+#include <windows.h>
+                     #include <gdiplus.h>
 int
 main ()
 {