projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655ca5a
)
egl: typedef u_int32_t for Windows
author
Jonathan White
<jwhite@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:58 +0000
(16:30 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:58 +0000
(16:30 -0600)
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index ab3b7398ca740999c715f55414c7f532fe37cb1e..6d6fa27a3d534f190ae08ff4b79024c4d5d02837 100644
(file)
--- a/
include/EGL/eglplatform.h
+++ b/
include/EGL/eglplatform.h
@@
-56,6
+56,7
@@
#define EGLAPI __declspec(dllexport)
#endif
typedef long int32_t;
+typedef unsigned long u_int32_t;
typedef HDC NativeDisplayType;
typedef HWND NativeWindowType;
typedef HBITMAP NativePixmapType;