]> git.tdb.fi Git - libs/core.git/blob - source/time/windows/rawtime_platform.h
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / source / time / windows / rawtime_platform.h
1 #ifndef MSP_TIME_RAWTIME_PLATFORM_H_
2 #define MSP_TIME_RAWTIME_PLATFORM_H_
3
4 #include <windows.h>
5 #include "rawtime.h"
6
7 namespace Msp {
8 namespace Time {
9
10 RawTime filetime_to_rawtime(const FILETIME &);
11
12 } // namespace Time
13 } // namespace Msp
14
15 #endif