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