egl: added snprintf, strcasecmp defines
authorJonathan White <jwhite@tungstengraphics.com>
Wed, 6 Aug 2008 01:20:43 +0000 (19:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 6 Aug 2008 01:20:43 +0000 (19:20 -0600)
include/EGL/eglplatform.h

index 74e0240068fb33d233c1c58e1d544f30fbec0ee5..d74565c20f54212970c08075cdb22e78a14e0cc8 100644 (file)
 #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;