]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dnd.cpp
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / src / os2 / dnd.cpp
index d4f18cc8099c8d2983a611bbe78ec794740523e5..3a2492f7414ebf3f60f864ef61016d9804ab4ac2 100644 (file)
 #pragma implementation "dnd.h"
 #endif
 
 #pragma implementation "dnd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#if wxUSE_DRAG_AND_DROP
+
 #include "wx/window.h"
 #include "wx/app.h"
 #include "wx/gdicmn.h"
 #include "wx/window.h"
 #include "wx/app.h"
 #include "wx/gdicmn.h"
@@ -22,8 +27,6 @@
 #define INCL_DOS
 #include <os2.h>
 
 #define INCL_DOS
 #include <os2.h>
 
-#if wxUSE_DRAG_AND_DROP
-
 // ----------------------------------------------------------------------------
 // global
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // global
 // ----------------------------------------------------------------------------