mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
89e9d6b6db
commit
543bba6ee3
1 changed files with 2 additions and 0 deletions
|
|
@ -36,7 +36,9 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#if !defined(_WIN32_WCE)
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#define GL_CORE_SGI 1
|
||||
#define GL_CORE_MESA 2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue