Use KHRONOS_APIENTRY to fix win32 crash

This commit is contained in:
paradust7
2023-12-17 08:00:41 -08:00
committed by GitHub
parent 9b52d6fb0d
commit 94cb0cc19d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
#include <KHR/khrplatform.h>
#ifndef APIENTRY
#define APIENTRY
#define APIENTRY KHRONOS_APIENTRY
#endif
#ifndef APIENTRYP
#define APIENTRYP APIENTRY *