egl: define vsnprintf

This commit is contained in:
Jonathan White 2008-08-06 16:42:38 -06:00 committed by Brian Paul
parent bd953fdd54
commit b908ce93d4

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;