diff options
| author | 2020-10-01 04:28:13 -0400 | |
|---|---|---|
| committer | 2020-10-01 04:28:13 -0400 | |
| commit | 4c200513158ad0b974cda961deffe6192830ecae (patch) | |
| tree | 110c4fde4b0d47d0a273de7f3cbe98528e8e7e9e /subprojects/glad/include/KHR | |
| parent | f114f3ad193313676be1de0d9388b9062a8559ab (diff) | |
| download | mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.gz mauri-4c200513158ad0b974cda961deffe6192830ecae.tar.bz2 mauri-4c200513158ad0b974cda961deffe6192830ecae.zip | |
switch to c++, add dxt5 and dxt1 handling
Diffstat (limited to 'subprojects/glad/include/KHR')
| -rw-r--r-- | subprojects/glad/include/KHR/khrplatform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/glad/include/KHR/khrplatform.h b/subprojects/glad/include/KHR/khrplatform.h index 5b55ea2..dd22d92 100644 --- a/subprojects/glad/include/KHR/khrplatform.h +++ b/subprojects/glad/include/KHR/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 |