mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 06:31:19 +02:00
fixed windows build
This commit is contained in:
@@ -30,11 +30,11 @@ namespace Shared{ namespace Platform{
|
|||||||
// Example values:
|
// Example values:
|
||||||
// DEFAULT_CHARSET (English) = 1
|
// DEFAULT_CHARSET (English) = 1
|
||||||
// GB2312_CHARSET (Chinese) = 134
|
// GB2312_CHARSET (Chinese) = 134
|
||||||
#ifdef WIN32
|
//#ifdef WIN32
|
||||||
DWORD PlatformContextGl::charSet = DEFAULT_CHARSET;
|
//DWORD PlatformContextGl::charSet = DEFAULT_CHARSET;
|
||||||
#else
|
//#else
|
||||||
int PlatformContextGl::charSet = 1;
|
//int PlatformContextGl::charSet = 1;
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
// ======================================
|
// ======================================
|
||||||
// Global Fcs
|
// Global Fcs
|
||||||
|
Reference in New Issue
Block a user