X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c0cb30dc8f35ad5319b939fb7e03e259d7e31862..b5435dccd098ae153c3b7b3b8fca8dd0d763986c:/src/msw/ownerdrw.cpp diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index f5ec84b453..602bfd02ff 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -29,13 +29,13 @@ #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