projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd953fd
)
egl: define vsnprintf
author
Jonathan White
<jwhite@tungstengraphics.com>
Wed, 6 Aug 2008 22:42:38 +0000
(16:42 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Wed, 6 Aug 2008 22:42:38 +0000
(16:42 -0600)
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index d74565c20f54212970c08075cdb22e78a14e0cc8..02c3b94bd8af284bf8a638f4329cc4ae9e0f4577 100644
(file)
--- a/
include/EGL/eglplatform.h
+++ b/
include/EGL/eglplatform.h
@@
-61,6
+61,7
@@
typedef unsigned long u_int32_t;
typedef unsigned char uint8_t;
#define snprintf _snprintf
#define strcasecmp _stricmp
+#define vsnprintf _vsnprintf
typedef HDC NativeDisplayType;
typedef HWND NativeWindowType;