From 0f9a1e43bce9bfa7a9cba2d7008fcec2890db02a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 28 Jun 2008 20:40:44 +0900 Subject: egl: WinCE doesn't have sys/types.h --- include/EGL/eglplatform.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/EGL') diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index 6a67a3d29f..ab3b7398ca 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -8,12 +8,14 @@ /* Windows calling convention boilerplate */ #if (defined(WIN32) || defined(_WIN32_WCE)) #ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */ #endif #include #endif +#if !defined(_WIN32_WCE) #include +#endif /* Macros used in EGL function prototype declarations. * -- cgit v1.2.3