From 02d41bd5f746198700eb9d7855dcb035a8bc9279 Mon Sep 17 00:00:00 2001 From: SoftCoder Date: Fri, 6 Dec 2013 09:08:47 -0800 Subject: [PATCH] fixed windows build --- .../sources/platform/win32/gl_wrap_billy.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp b/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp index 792dc9b0..4e1b0eeb 100644 --- a/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp +++ b/source/shared_lib/sources/platform/win32/gl_wrap_billy.cpp @@ -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