mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
egl: added snprintf, strcasecmp defines
This commit is contained in:
parent
096b5fa524
commit
240962faf7
1 changed files with 3 additions and 0 deletions
|
|
@ -55,9 +55,12 @@
|
|||
#ifndef EGLAPI
|
||||
#define EGLAPI __declspec(dllexport)
|
||||
#endif
|
||||
|
||||
typedef long int32_t;
|
||||
typedef unsigned long u_int32_t;
|
||||
typedef unsigned char uint8_t;
|
||||
#define snprintf _snprintf
|
||||
#define strcasecmp _stricmp
|
||||
|
||||
typedef HDC NativeDisplayType;
|
||||
typedef HWND NativeWindowType;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue