egl: added snprintf, strcasecmp defines

This commit is contained in:
Jonathan White
2008-08-05 19:20:43 -06:00
committed by Brian
parent 096b5fa524
commit 240962faf7

View File

@@ -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;