Fixed Windows public precommit (#6877)
This commit is contained in:
parent
35696ca1db
commit
a177eb2f2e
@ -10,6 +10,9 @@
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# ifndef NOMINMAX
|
||||
# define NOMINMAX
|
||||
# endif
|
||||
# include <Windows.h>
|
||||
#else
|
||||
# include <dlfcn.h>
|
||||
|
Loading…
Reference in New Issue
Block a user