compilation fix for wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1504,7 +1504,8 @@ int wxGetOsVersion(int *majorVsn, int *minorVsn)
|
||||
|
||||
#if defined(__WIN32__) && !defined(__WXMICROWIN__)
|
||||
|
||||
#if wxUSE_GUI
|
||||
// wxGetNativeFontEncoding() doesn't exist neither in wxBase nor in wxUniv
|
||||
#if wxUSE_GUI && !defined(__WXUNIVERSAL__)
|
||||
|
||||
#include "wx/fontmap.h"
|
||||
|
||||
|
Reference in New Issue
Block a user