]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ownerdrw.cpp
Added generic drag image source file
[wxWidgets.git] / src / msw / ownerdrw.cpp
index f5ec84b453cdc13921650eadc929bb578451eae0..602bfd02ff051b8a80dcd97ca9d1c8549f9451bc 100644 (file)
   #include "wx/dcmemory.h"
   #include "wx/menu.h"
   #include "wx/utils.h"
-  #include "wx/module.h"
 #endif
 
 #include "wx/settings.h"
 #include "wx/ownerdrw.h"
 #include "wx/menuitem.h"
 #include "wx/fontutil.h"
+#include "wx/module.h"
 
 #if wxUSE_OWNER_DRAWN
 
@@ -225,7 +225,7 @@ bool wxOwnerDrawn::OnMeasureItem(size_t *pwidth, size_t *pheight)
 // Win32 GDI functions and not wxWindows ones. Might help to whoever decides to
 // port this code to X. (VZ)
 
-#if defined(__WIN32__) && !defined(__SYMANTEC__) && !defined(__TWIN32__)
+#if defined(__WIN32__) && !defined(__SYMANTEC__)
 #define   O_DRAW_NATIVE_API     // comments below explain why I use it
 #endif