From: Jonathan White Date: Tue, 5 Aug 2008 14:12:38 +0000 (-0600) Subject: egl: typedef uint8_t for Windows X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b51584184a8062bf0f0f442ef6029a220ce3f153;p=mesa.git egl: typedef uint8_t for Windows --- diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 6d6fa27a3d5..74e0240068f 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -57,6 +57,8 @@ #endif typedef long int32_t; typedef unsigned long u_int32_t; +typedef unsigned char uint8_t; + typedef HDC NativeDisplayType; typedef HWND NativeWindowType; typedef HBITMAP NativePixmapType;