This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
egl: define vsnprintf
tags/mesa_20090313
Jonathan White
17 years ago
parent
bd953fdd54
commit
b908ce93d4
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
include/EGL/eglplatform.h
+ 1
- 0
include/EGL/eglplatform.h
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save