X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b39dbf34b887a73c525da903d8599f4f6b7eb8f9..461fe6e2559a3096d4985a50ba106f26ed890a1d:/src/msw/ownerdrw.cpp?ds=inline diff --git a/src/msw/ownerdrw.cpp b/src/msw/ownerdrw.cpp index 615db17076..665acc4c9d 100644 --- a/src/msw/ownerdrw.cpp +++ b/src/msw/ownerdrw.cpp @@ -9,7 +9,7 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation #endif @@ -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