* Adjustment: Initial testing with extensions to load GPU VRAM.

This commit is contained in:
Robert MacGregor 2021-10-10 20:53:55 -04:00
parent a458c97217
commit 1385b29f03
5 changed files with 42 additions and 14 deletions

View file

@ -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