]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Added some WXDLLEXPORTs
[wxWidgets.git] / configure.in
index 38d4ad92f98ae4f76cda373ab2d0c03f5963430b..8e3ceeae739a315f2b24bfbd4a910cfa1401aac6 100644 (file)
@@ -1603,14 +1603,6 @@ if test "$wxUSE_GUI" = "yes"; then
 
         INCLUDE_SUBDIRS="$INCLUDE_SUBDIRS msw"
 
-        dnl VZ: my mingw32 doesn't define WINVER which means that __WIN95__ is
-        dnl     not defined in wx/defs.h and all kinds of things break so I
-        dnl     add it here
-        dnl
-        dnl     if newer versions of mingw32 do define it, we should
-        dnl     explicitly test for this
-        CXXFLAGS="${CXXFLAGS} -DWINVER=0x0400"
-
         dnl --- Quick & Dirty ; link against most/all libraries
         dnl --- This will bloat the executable, but it'll work for now...
         LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lwsock32"