summaryrefslogtreecommitdiff
path: root/include/EGL/eglplatform.h
diff options
context:
space:
mode:
authorJonathan White <jwhite@tungstengraphics.com>2008-08-04 16:30:58 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-08-04 16:30:58 -0600
commit73c3c4d1cc9b6d01cc5e75ceac9c482e4c6f192a (patch)
tree2b74c7ac62be4411204e1998f882a5f028f60998 /include/EGL/eglplatform.h
parent655ca5afad5f5d79f0ad60b5aa7fcafd35e97b62 (diff)
egl: typedef u_int32_t for Windows
Diffstat (limited to 'include/EGL/eglplatform.h')
-rw-r--r--include/EGL/eglplatform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h
index ab3b7398ca7..6d6fa27a3d5 100644
--- 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;