egl: typedef u_int32_t for Windows
authorJonathan White <jwhite@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:58 +0000 (16:30 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 4 Aug 2008 22:30:58 +0000 (16:30 -0600)
include/EGL/eglplatform.h

index ab3b7398ca740999c715f55414c7f532fe37cb1e..6d6fa27a3d534f190ae08ff4b79024c4d5d02837 100644 (file)
@@ -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;