mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
Merge branch 'master' of github.com:MegaGlest/megaglest-source
This commit is contained in:
Submodule data/glest_game updated: 25326c465d...3e3e28d1cb
1
mk/windoze/.gitignore
vendored
1
mk/windoze/.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
Release/
|
||||
|
||||
/ipch
|
||||
|
@@ -30,11 +30,11 @@ namespace Shared{ namespace Platform{
|
||||
// Example values:
|
||||
// DEFAULT_CHARSET (English) = 1
|
||||
// GB2312_CHARSET (Chinese) = 134
|
||||
#ifdef WIN32
|
||||
DWORD PlatformContextGl::charSet = DEFAULT_CHARSET;
|
||||
#else
|
||||
int PlatformContextGl::charSet = 1;
|
||||
#endif
|
||||
//#ifdef WIN32
|
||||
//DWORD PlatformContextGl::charSet = DEFAULT_CHARSET;
|
||||
//#else
|
||||
//int PlatformContextGl::charSet = 1;
|
||||
//#endif
|
||||
|
||||
// ======================================
|
||||
// Global Fcs
|
||||
|
Reference in New Issue
Block a user