mesa: Don't include sys/types.h on WinCE.

We probably shouldn't be including sys/types.h at all, but let's leave that
for another time.
This commit is contained in:
José Fonseca
2008-06-24 10:17:32 +09:00
parent 89e9d6b6db
commit 543bba6ee3

View File

@@ -36,7 +36,9 @@
**
*/
#if !defined(_WIN32_WCE)
#include <sys/types.h>
#endif
#define GL_CORE_SGI 1
#define GL_CORE_MESA 2