Avoid redefine warning
This commit is contained in:
parent
8c022e8ac4
commit
0b3a65455a
1 changed files with 2 additions and 0 deletions
|
@ -3,7 +3,9 @@
|
|||
#ifndef WIN32
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <codecvt>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue