X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae500232a4e961a567a5fb375fcf4f4a23216bd2..02a525b385836d41f63e3bbebec869c7b8249026:/src/msw/fontdlg.cpp diff --git a/src/msw/fontdlg.cpp b/src/msw/fontdlg.cpp index 43f96242e8..bffa169a38 100644 --- a/src/msw/fontdlg.cpp +++ b/src/msw/fontdlg.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "fontdlg.h" #endif @@ -37,13 +37,12 @@ #endif #include "wx/fontdlg.h" +#include "wx/msw/private.h" -#if !defined(__WIN32__) || defined(__SALFORDC__) -#include +#if !defined(__WIN32__) || defined(__WXWINCE__) #include #endif -#include "wx/msw/private.h" #include "wx/cmndata.h" #include "wx/log.h" @@ -96,12 +95,8 @@ int wxFontDialog::ShowModal() // CF_ANSIONLY flag is obsolete for Win32 if ( !m_fontData.GetAllowSymbols() ) { -#ifdef __WIN16__ - flags |= CF_ANSIONLY; -#else // Win32 flags |= CF_SELECTSCRIPT; logFont.lfCharSet = ANSI_CHARSET; -#endif // Win16/32 } if ( m_fontData.GetEnableEffects() )