diff --git a/cocos2dx/platform/win32/third_party/OGLES/EGL/eglplatform.h b/cocos2dx/platform/win32/third_party/OGLES/EGL/eglplatform.h index 7cea6b3554..ef3a06f36d 100644 --- a/cocos2dx/platform/win32/third_party/OGLES/EGL/eglplatform.h +++ b/cocos2dx/platform/win32/third_party/OGLES/EGL/eglplatform.h @@ -115,7 +115,7 @@ typedef EGLNativeWindowType NativeWindowType; * handles are 64 bit types, then EGLint should be defined as a signed 64-bit * integer type. */ -#if defined(_WIN64) || __WORDSIZE == 64 + #if defined(_WIN64) || __WORDSIZE == 64 typedef khronos_int64_t EGLint; #else typedef khronos_int32_t EGLint; diff --git a/cocos2dx/platform/win32/third_party/OGLES/KHR/khrplatform.h b/cocos2dx/platform/win32/third_party/OGLES/KHR/khrplatform.h index 76f6eba296..04a05b71dc 100644 --- a/cocos2dx/platform/win32/third_party/OGLES/KHR/khrplatform.h +++ b/cocos2dx/platform/win32/third_party/OGLES/KHR/khrplatform.h @@ -26,7 +26,7 @@ /* Khronos platform-specific types and definitions. * - * $Revision: 1.4 $ on $Date: 2009/05/06 13:30:03 $ + * $Revision: 1.4 $ on $Date: 2009/05/06 13:30:53 $ * * Adopters may modify this file to suit their platform. Adopters are * encouraged to submit platform specific modifications to the Khronos @@ -97,7 +97,7 @@ *------------------------------------------------------------------------- * This precedes the return type of the function in the function prototype. */ - + #if (defined(_WIN32) || defined(__VC32__)) && !defined(__SCITECH_SNAP__) # if defined (_DLL_EXPORTS) # define KHRONOS_APICALL __declspec(dllexport) diff --git a/cocos2dx/platform/win32/third_party/libraries/libEGL.dll.REMOVED.git-id b/cocos2dx/platform/win32/third_party/libraries/libEGL.dll.REMOVED.git-id index 597db7deaa..91dc6d87db 100644 --- a/cocos2dx/platform/win32/third_party/libraries/libEGL.dll.REMOVED.git-id +++ b/cocos2dx/platform/win32/third_party/libraries/libEGL.dll.REMOVED.git-id @@ -1 +1 @@ -54abd0f19c36c2f06e8a9fa0430bf85c12057f7a \ No newline at end of file +d501b155a2f81592835224d5cbd4f348438b5d9d \ No newline at end of file diff --git a/cocos2dx/platform/win32/third_party/libraries/libgles_cm.dll.REMOVED.git-id b/cocos2dx/platform/win32/third_party/libraries/libgles_cm.dll.REMOVED.git-id index 97c1cf0b4b..8b5526f68b 100644 --- a/cocos2dx/platform/win32/third_party/libraries/libgles_cm.dll.REMOVED.git-id +++ b/cocos2dx/platform/win32/third_party/libraries/libgles_cm.dll.REMOVED.git-id @@ -1 +1 @@ -fdc446c0eeac448c1e010ede882483d088e6d561 \ No newline at end of file +1672304b77b25dcb9c0dfdf8abb8e7d0ffe02427 \ No newline at end of file