]> git.tdb.fi Git - libs/core.git/blob - source/fs/windows/filemonitor_platform.h
Add FileMonitor stubs for Windows
[libs/core.git] / source / fs / windows / filemonitor_platform.h
1 #ifndef MSP_FS_FILEMONITOR_PLATFORM_H_
2 #define MSP_FS_FILEMONITOR_PLATFORM_H_
3
4 namespace Msp {
5 namespace FS {
6
7 struct FileMonitor::Private
8 {
9         Private(FileMonitor &);
10 };
11
12 } // namespace FS
13 } // namespace Msp
14
15 #endif