#include "wx/font.h"
#include "wx/colour.h"
+#include "wx/gdicmn.h"
#if (defined(__WXMOTIF__) || defined(__WXGTK__)) && wxUSE_POSTSCRIPT
class WXDLLEXPORT wxPrintSetupData;
void operator=(const wxPrintSetupData& setupData);
#endif
-#ifdef __WXMSW__
+#if defined(__WXMSW__)
// Convert to/from the DEVMODE structure
void ConvertToNative();
void ConvertFromNative();