|
@@ -119,7 +119,7 @@
|
|
* This follows the return type of the function and precedes the function
|
|
* This follows the return type of the function and precedes the function
|
|
* name in the function prototype.
|
|
* 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 */
|
|
/* Win32 but not WinCE */
|
|
# define KHRONOS_APIENTRY __stdcall
|
|
# define KHRONOS_APIENTRY __stdcall
|
|
#else
|
|
#else
|