From 73c3c4d1cc9b6d01cc5e75ceac9c482e4c6f192a Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Mon, 4 Aug 2008 16:30:58 -0600 Subject: egl: typedef u_int32_t for Windows --- include/EGL/eglplatform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/EGL') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index ab3b7398ca..6d6fa27a3d 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; -- cgit v1.2.3