From: Jonathan White Date: Wed, 6 Aug 2008 22:42:38 +0000 (-0600) Subject: egl: define vsnprintf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b908ce93d4280e5fd3a3b14f54b42bb2040a3742;p=mesa.git egl: define vsnprintf --- diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index d74565c20f5..02c3b94bd8a 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;