From a4a38dcf61f141297a083ccac217200947d57b0d Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 13 Jan 2011 16:53:13 +0800 Subject: egl: Cleanup _EGLDisplay initialization. Reorder/rename and document the fields that should be set by the driver during initialization. Drop the major/minor arguments from drv->API.Initialize. --- src/egl/main/eglstring.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/main/eglstring.h') diff --git a/src/egl/main/eglstring.h b/src/egl/main/eglstring.h index f1d559b24a..8a8c43c1ef 100644 --- a/src/egl/main/eglstring.h +++ b/src/egl/main/eglstring.h @@ -4,6 +4,7 @@ #include #ifdef _EGL_OS_WINDOWS +#include #define _eglstrcasecmp _stricmp #define _eglsnprintf _snprintf #else -- cgit v1.2.3