X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4e76e0d7e4c1be878e125df31dc9370bb0fa99e..4540e33bb6bf41cc0c951d0345dd093179d9af05:/include/wx/fontdlg.h diff --git a/include/wx/fontdlg.h b/include/wx/fontdlg.h index 5aeb8cf6c9..20445e8842 100644 --- a/include/wx/fontdlg.h +++ b/include/wx/fontdlg.h @@ -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" @@ -15,7 +15,15 @@ #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 - // __FONTDLGH_BASE__ + // _WX_FONTDLG_H_BASE_