From: Jonathan White Date: Mon, 4 Aug 2008 22:30:58 +0000 (-0600) Subject: egl: typedef u_int32_t for Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73c3c4d1cc9b6d01cc5e75ceac9c482e4c6f192a;p=mesa.git egl: typedef u_int32_t for Windows --- 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;