Skip to content

Commit da996ce

Browse files
committed
Common/Platform: sys/utime.h include moved to Windows inl.
Slash symbol fixed by the way.
1 parent 21a7f2e commit da996ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Common/Platform.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "Common/Compiler.inl"
1919

2020
#include <ctime>
21-
#include <sys\utime.h>
2221

2322
#if defined(LINUX)
2423
#include "Common/PlatformLinux.inl"

src/Common/PlatformWindows.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#define _WIN32_WINNT 0x0501
88
#endif
99

10+
#include <sys/utime.h>
11+
1012
#define NOGDICAPMASKS
1113
//#define NOSYSMETRICS
1214
#define NOMENUS

0 commit comments

Comments
 (0)