egl: typedef uint8_t for Windows
authorJonathan White <jwhite@tungstengraphics.com>
Tue, 5 Aug 2008 14:12:38 +0000 (08:12 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 5 Aug 2008 14:12:38 +0000 (08:12 -0600)
include/EGL/eglplatform.h

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