]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/controls2.i
incremented wxPython version number
[wxWidgets.git] / utils / wxPython / src / controls2.i
index 9b723e040ec1316936dcd2420c32ccd58e3b127b..fc11aa7df3f6d92c9aad906ed1139a691217b9e9 100644 (file)
@@ -14,6 +14,9 @@
 
 %{
 #include "helpers.h"
+#ifdef __WXMSW__
+#include <windows.h>
+#endif
 #include <wx/listctrl.h>
 #include <wx/treectrl.h>
 %}