Browse Source

egl: define vsnprintf

tags/mesa_20090313
Jonathan White 17 years ago
parent
commit
b908ce93d4
1 changed files with 1 additions and 0 deletions
  1. 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;

Loading…
Cancel
Save