1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
2. added wxCmdLineParser class git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -110,10 +110,14 @@ bool wxFontEnumeratorHelper::SetEncoding(wxFontEncoding encoding)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#if defined(__GNUWIN32__) && !defined(__MINGW32__)
|
||||
#define wxFONTENUMPROC int(*)(ENUMLOGFONTEX *, NEWTEXTMETRICEX*, int, LPARAM)
|
||||
#if defined(__GNUWIN32__)
|
||||
#if defined(__MINGW32__)
|
||||
#define wxFONTENUMPROC FONTENUMEXPROC
|
||||
#else
|
||||
#define wxFONTENUMPROC int(*)(ENUMLOGFONTEX *, NEWTEXTMETRICEX*, int, LPARAM)
|
||||
#endif
|
||||
#else
|
||||
#define wxFONTENUMPROC FONTENUMEXPROC
|
||||
#define wxFONTENUMPROC FONTENUMPROC
|
||||
#endif
|
||||
|
||||
void wxFontEnumeratorHelper::DoEnumerate()
|
||||
|
Reference in New Issue
Block a user