mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 21:30:09 +01:00
Undef a conflicting symbol in Windows.
This commit is contained in:
parent
54b65e080e
commit
b687531f69
1 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,9 @@
|
|||
#define INIT_WIDTH 400
|
||||
#define INIT_HEIGHT 300
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef CreateWindowA
|
||||
#endif
|
||||
|
||||
struct window {
|
||||
int id; /* returned by glutCreateWindow() */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue