]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/gdiobj.cpp
respect the encoding of the text style and not only the global control font encoding...
[wxWidgets.git] / src / os2 / gdiobj.cpp
index 699e33d4505f020809cb4cd93f50cbe2182b278a..85d8e902fb73fed3b776d5763ab74b61454a9e93 100644 (file)
 #include "wx/wxprec.h"
 
 #include "wx/gdiobj.h"
-#include "wx/gdicmn.h"
-#include "wx/font.h"
 
-IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
+#ifndef WX_PRECOMP
+    #include "wx/font.h"
+    #include "wx/gdicmn.h"
+#endif
 
 class wxStockGDIPM: public wxStockGDI
 {