don't define g_UnicodeSubsetTable in non-Unicode build (fixes gcc warning)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -111,6 +111,7 @@ typedef enum
|
|||||||
} wxUnicodeSubsetCodes;
|
} wxUnicodeSubsetCodes;
|
||||||
|
|
||||||
/* Unicode subsets */
|
/* Unicode subsets */
|
||||||
|
#ifdef __UNICODE__
|
||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
@@ -261,6 +262,8 @@ static struct
|
|||||||
U_SPECIALS, wxT("Specials") }
|
U_SPECIALS, wxT("Specials") }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif // __UNICODE__
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
// Not yet used, but could be used to test under Win32 whether this subset is available
|
// Not yet used, but could be used to test under Win32 whether this subset is available
|
||||||
// for the given font. The Win32 function is allegedly not accurate, however.
|
// for the given font. The Win32 function is allegedly not accurate, however.
|
||||||
|
Reference in New Issue
Block a user