]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/filemonitor_platform.h
Add FileMonitor stubs for Windows
[libs/core.git] / source / fs / windows / filemonitor_platform.h
diff --git a/source/fs/windows/filemonitor_platform.h b/source/fs/windows/filemonitor_platform.h
new file mode 100644 (file)
index 0000000..392ec4b
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef MSP_FS_FILEMONITOR_PLATFORM_H_
+#define MSP_FS_FILEMONITOR_PLATFORM_H_
+
+namespace Msp {
+namespace FS {
+
+struct FileMonitor::Private
+{
+       Private(FileMonitor &);
+};
+
+} // namespace FS
+} // namespace Msp
+
+#endif