mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
egl: don't include stdint.h on Windows
This commit is contained in:
parent
b51584184a
commit
2eb4f86785
1 changed files with 2 additions and 0 deletions
|
|
@ -4,7 +4,9 @@
|
|||
|
||||
#include "eglconfig.h"
|
||||
#include "GL/internal/glcore.h"
|
||||
#if (!defined(WIN32) && !defined(_WIN32_WCE))
|
||||
#include "stdint.h"
|
||||
#endif
|
||||
|
||||
|
||||
extern void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue