projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096b5fa
)
egl: added snprintf, strcasecmp defines
author
Jonathan White
<jwhite@tungstengraphics.com>
Wed, 6 Aug 2008 01:20:43 +0000
(19:20 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 6 Aug 2008 01:20:43 +0000
(19:20 -0600)
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index 74e0240068fb33d233c1c58e1d544f30fbec0ee5..d74565c20f54212970c08075cdb22e78a14e0cc8 100644
(file)
--- a/
include/EGL/eglplatform.h
+++ b/
include/EGL/eglplatform.h
@@
-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;