diff options
author | Jonathan White <jwhite@tungstengraphics.com> | 2008-08-06 16:42:38 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-08-06 16:42:38 -0600 |
commit | b908ce93d4280e5fd3a3b14f54b42bb2040a3742 (patch) | |
tree | 232a07071a1d160001472284f153964379fba200 /include | |
parent | bd953fdd549310638b6960f358b31a40c05ca680 (diff) |
egl: define vsnprintf
Diffstat (limited to 'include')
-rw-r--r-- | include/EGL/eglplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index d74565c20f..02c3b94bd8 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -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; |