diff options
author | chai <chaifix@163.com> | 2021-11-02 19:44:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-02 19:44:01 +0800 |
commit | 72812a7b47f90f9460e54e8149ba9199a7841244 (patch) | |
tree | 9ebdb4b65d7cbbc0a3d7c436a9b45d4eff351b62 /ThirdParty/glad/khrplatform.h | |
parent | b7511abf1a1f302b5c7ebf50faaf65b62d7bb6ed (diff) |
! Text mesh done
Diffstat (limited to 'ThirdParty/glad/khrplatform.h')
-rw-r--r-- | ThirdParty/glad/khrplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ThirdParty/glad/khrplatform.h b/ThirdParty/glad/khrplatform.h index 5b55ea2..dd22d92 100644 --- a/ThirdParty/glad/khrplatform.h +++ b/ThirdParty/glad/khrplatform.h @@ -119,7 +119,7 @@ * This follows the return type of the function and precedes the function * name in the function prototype. */ -#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(KHRONOS_STATIC) +#if defined(_WIN32) && !defined(_WIN32_WCE) && !defined(__SCITECH_SNAP__) /* Win32 but not WinCE */ # define KHRONOS_APIENTRY __stdcall #else |