Avoid redefine warning

This commit is contained in:
Peter Bushnell 2019-04-10 12:16:52 +01:00
parent 8c022e8ac4
commit 0b3a65455a

View file

@ -3,7 +3,9 @@
#ifndef WIN32
#include <fcntl.h>
#else
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <codecvt>
#include <windows.h>
#endif