summaryrefslogtreecommitdiff
path: root/ThirdParty/glad/khrplatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'ThirdParty/glad/khrplatform.h')
-rw-r--r--ThirdParty/glad/khrplatform.h2
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