no more windows.h when?
This commit is contained in:
parent
75e7c5e3c7
commit
2bf6426663
@ -7,7 +7,9 @@
|
||||
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#undef NOMINMAX
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#else
|
||||
#include <dlfcn.h>
|
||||
|
Loading…
Reference in New Issue
Block a user