fixed windows build

This commit is contained in:
SoftCoder 2013-12-06 09:08:47 -08:00
parent 25dfdb7e08
commit 02d41bd5f7
1 changed files with 5 additions and 5 deletions

View File

@ -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