We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a7f2e commit da996ceCopy full SHA for da996ce
src/Common/Platform.hpp
@@ -18,7 +18,6 @@
18
#include "Common/Compiler.inl"
19
20
#include <ctime>
21
-#include <sys\utime.h>
22
23
#if defined(LINUX)
24
#include "Common/PlatformLinux.inl"
src/Common/PlatformWindows.inl
@@ -7,6 +7,8 @@
7
#define _WIN32_WINNT 0x0501
8
#endif
9
10
+#include <sys/utime.h>
11
+
12
#define NOGDICAPMASKS
13
//#define NOSYSMETRICS
14
#define NOMENUS
0 commit comments