]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
don't define WINVER as 0x0400 in configure, it's defined in the headers as 0x0600...
[wxWidgets.git] / include / wx / wx.h
index 089ce8ccad9423cc579bb4025047698f501a9c97..1aa2bb695fa83f2c19efb5493a1d87879836f9b8 100644 (file)
@@ -28,6 +28,8 @@
 #include "wx/stream.h"
 #include "wx/memory.h"
 #include "wx/math.h"
+#include "wx/stopwatch.h"
+#include "wx/module.h"
 
 #if wxUSE_GUI
 
@@ -40,6 +42,7 @@
 #include "wx/gdiobj.h"
 #include "wx/region.h"
 #include "wx/bitmap.h"
+#include "wx/image.h"
 #include "wx/colour.h"
 #include "wx/font.h"
 #include "wx/dc.h"
@@ -60,6 +63,7 @@
 #include "wx/settings.h"
 #include "wx/msgdlg.h"
 #include "wx/cmndata.h"
+#include "wx/dataobj.h"
 
 #include "wx/control.h"
 #include "wx/ctrlsub.h"