]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontdlg.h
Small changes after Robert's edits
[wxWidgets.git] / include / wx / fontdlg.h
index 5aeb8cf6c965c409d05dee822412723952995d50..20445e884257d56314e21b1bea3c1caa04002f84 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __FONTDLGH_BASE__
-#define __FONTDLGH_BASE__
+#ifndef _WX_FONTDLG_H_BASE_
+#define _WX_FONTDLG_H_BASE_
 
 #if defined(__WXMSW__)
 #include "wx/msw/fontdlg.h"
 
 #if defined(__WXMSW__)
 #include "wx/msw/fontdlg.h"
 #include "wx/generic/fontdlgg.h"
 #   define wxFontDialog wxGenericFontDialog
 #   define classwxFontDialog classwxGenericFontDialog
 #include "wx/generic/fontdlgg.h"
 #   define wxFontDialog wxGenericFontDialog
 #   define classwxFontDialog classwxGenericFontDialog
+#elif defined(__WXMAC__)
+#include "wx/generic/fontdlgg.h"
+#   define wxFontDialog wxGenericFontDialog
+#   define classwxFontDialog classwxGenericFontDialog
+#elif defined(__WXSTUBS__)
+#include "wx/generic/fontdlgg.h"
+#   define wxFontDialog wxGenericFontDialog
+#   define classwxFontDialog classwxGenericFontDialog
 #endif
 
 #endif
 #endif
 
 #endif
-    // __FONTDLGH_BASE__
+    // _WX_FONTDLG_H_BASE_