egl: typedef uint8_t for Windows

This commit is contained in:
Jonathan White
2008-08-05 08:12:38 -06:00
committed by Brian Paul
parent 2d8551b30f
commit b51584184a

View File

@@ -57,6 +57,8 @@
#endif #endif
typedef long int32_t; typedef long int32_t;
typedef unsigned long u_int32_t; typedef unsigned long u_int32_t;
typedef unsigned char uint8_t;
typedef HDC NativeDisplayType; typedef HDC NativeDisplayType;
typedef HWND NativeWindowType; typedef HWND NativeWindowType;
typedef HBITMAP NativePixmapType; typedef HBITMAP NativePixmapType;