From b51584184a8062bf0f0f442ef6029a220ce3f153 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Tue, 5 Aug 2008 08:12:38 -0600 Subject: egl: typedef uint8_t for Windows --- include/EGL/eglplatform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/EGL') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 6d6fa27a3d..74e0240068 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; -- cgit v1.2.3