mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
zink: Fix win32 build
Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11338>
This commit is contained in:
parent
d31ea71c44
commit
f9a69cbcd4
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ TEMPLATE_H = Template(COPYRIGHT + """\
|
|||
|
||||
/* Windows api conflict */
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#ifdef CreateSemaphore
|
||||
#undef CreateSemaphore
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue