From 72812a7b47f90f9460e54e8149ba9199a7841244 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 2 Nov 2021 19:44:01 +0800 Subject: ! Text mesh done --- ThirdParty/glad/khrplatform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ThirdParty/glad/khrplatform.h') 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 -- cgit v1.1-26-g67d0