X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9cacf3e495f3aacb919ee1046338a25982db86c..d5cd19b45cb8ed187238a64fd6a672a2d8c98b4d:/include/wx/fontdlg.h diff --git a/include/wx/fontdlg.h b/include/wx/fontdlg.h index 5eda6077a0..43bc4e5ca3 100644 --- a/include/wx/fontdlg.h +++ b/include/wx/fontdlg.h @@ -5,7 +5,7 @@ // Modified by: // Created: 12.05.02 // RCS-ID: $Id$ -// Copyright: (c) 1997-2002 wxWindows team +// Copyright: (c) 1997-2002 wxWidgets team // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -65,8 +65,13 @@ protected: // platform-specific wxFontDialog implementation // ---------------------------------------------------------------------------- -#if defined(__WXUNIVERSAL__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXCOCOA__) \ - || defined(__WXWINCE__) +#if defined(__WXUNIVERSAL__) || \ + defined(__WXMOTIF__) || \ + defined(__WXMAC__) || \ + defined(__WXCOCOA__) || \ + defined(__WXWINCE__) || \ + defined(__WXGPE__) + #include "wx/generic/fontdlgg.h" #define wxFontDialog wxGenericFontDialog #elif defined(__WXMSW__)