]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/windows/rawtime_platform.h
Move most platform-specific code into overlay directories
[libs/core.git] / source / time / windows / rawtime_platform.h
diff --git a/source/time/windows/rawtime_platform.h b/source/time/windows/rawtime_platform.h
new file mode 100644 (file)
index 0000000..60a9a59
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef MSP_TIME_RAWTIME_PLATFORM_H_
+#define MSP_TIME_RAWTIME_PLATFORM_H_
+
+#include <windows.h>
+#include "rawtime.h"
+
+namespace Msp {
+namespace Time {
+
+RawTime filetime_to_rawtime(const FILETIME &);
+
+} // namespace Time
+} // namespace Msp
+
+#endif