projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8551b
)
egl: typedef uint8_t for Windows
author
Jonathan White
<jwhite@tungstengraphics.com>
Tue, 5 Aug 2008 14:12:38 +0000
(08:12 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 5 Aug 2008 14:12:38 +0000
(08:12 -0600)
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index 6d6fa27a3d534f190ae08ff4b79024c4d5d02837..74e0240068fb33d233c1c58e1d544f30fbec0ee5 100644
(file)
--- a/
include/EGL/eglplatform.h
+++ b/
include/EGL/eglplatform.h
@@
-57,6
+57,8
@@
#endif
typedef long int32_t;
typedef unsigned long u_int32_t;
+typedef unsigned char uint8_t;
+
typedef HDC NativeDisplayType;
typedef HWND NativeWindowType;
typedef HBITMAP NativePixmapType;