mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
egl: typedef u_int32_t for Windows
This commit is contained in:
parent
655ca5afad
commit
73c3c4d1cc
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@
|
|||
#define EGLAPI __declspec(dllexport)
|
||||
#endif
|
||||
typedef long int32_t;
|
||||
typedef unsigned long u_int32_t;
|
||||
typedef HDC NativeDisplayType;
|
||||
typedef HWND NativeWindowType;
|
||||
typedef HBITMAP NativePixmapType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue