egl: added snprintf, strcasecmp defines
This commit is contained in:
@@ -55,9 +55,12 @@
|
||||
#ifndef EGLAPI
|
||||
#define EGLAPI __declspec(dllexport)
|
||||
#endif
|
||||
|
||||
typedef long int32_t;
|
||||
typedef unsigned long u_int32_t;
|
||||
typedef unsigned char uint8_t;
|
||||
#define snprintf _snprintf
|
||||
#define strcasecmp _stricmp
|
||||
|
||||
typedef HDC NativeDisplayType;
|
||||
typedef HWND NativeWindowType;
|
||||
|
Reference in New Issue
Block a user