egl: typedef u_int32_t for Windows
This commit is contained in:

committed by
Brian Paul

parent
655ca5afad
commit
73c3c4d1cc
@@ -56,6 +56,7 @@
|
|||||||
#define EGLAPI __declspec(dllexport)
|
#define EGLAPI __declspec(dllexport)
|
||||||
#endif
|
#endif
|
||||||
typedef long int32_t;
|
typedef long int32_t;
|
||||||
|
typedef unsigned long u_int32_t;
|
||||||
typedef HDC NativeDisplayType;
|
typedef HDC NativeDisplayType;
|
||||||
typedef HWND NativeWindowType;
|
typedef HWND NativeWindowType;
|
||||||
typedef HBITMAP NativePixmapType;
|
typedef HBITMAP NativePixmapType;
|
||||||
|
Reference in New Issue
Block a user