mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
egl: define vsnprintf
This commit is contained in:
parent
bd953fdd54
commit
b908ce93d4
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ typedef unsigned long u_int32_t;
|
|||
typedef unsigned char uint8_t;
|
||||
#define snprintf _snprintf
|
||||
#define strcasecmp _stricmp
|
||||
#define vsnprintf _vsnprintf
|
||||
|
||||
typedef HDC NativeDisplayType;
|
||||
typedef HWND NativeWindowType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue