]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
Added missing files to filelist.txt and regenerated makefiles.
[wxWidgets.git] / src / msw / listbox.cpp
index 29f900bc8977af1e9a877d38373931e43e8f23af..02d55e900d4d19195be5f7e9a758cead0824aa79 100644 (file)
@@ -29,6 +29,7 @@
 #include "wx/brush.h"
 #include "wx/font.h"
 #include "wx/dc.h"
+#include "wx/utils.h"
 #endif
 
 #include <windowsx.h>
@@ -48,7 +49,9 @@
 
 #ifndef __TWIN32__
     #if defined(__GNUWIN32__)
-        #include <wx/msw/gnuwin32/extra.h>
+        #ifndef wxUSE_NORLANDER_HEADERS
+            #include <wx/msw/gnuwin32/extra.h>
+        #endif
     #endif
 #endif