]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/fontdlg.cpp
document that the workaround used to make popup menus behave correctly is the one...
[wxWidgets.git] / src / msw / fontdlg.cpp
index 0ed341667678e80e7d79c76eaf40a0b515ffaa9c..d0bcd12089a811e2dd7849a2c48e709f554daac7 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "fontdlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -31,7 +27,6 @@
 #if wxUSE_FONTDLG
 
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
 #endif