]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontdlg.h
fixed a missing backslash
[wxWidgets.git] / include / wx / fontdlg.h
index ca180e0bfe9d1d4096a04e00ff35495dddd7dd7d..e30ce09aaf8221a96def6cde5a23468e7d35fe21 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __FONTDLGH_BASE__
 #define __FONTDLGH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/fontdlg.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/generic/fontdlgg.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/generic/fontdlgg.h"
 #endif