]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/stat_platform.h
Add move semantics to Variant
[libs/core.git] / source / fs / windows / stat_platform.h
index 4e8cfbc3799d2f18d90f791dd6e0d92060fb7dd5..89961c6794bf598d48079223153aac40acf2eb95 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MSP_FS_STAT_PLATFORM_H_
 #define MSP_FS_STAT_PLATFORM_H_
 
-#include <windows.h>
+#include <msp/core/winapi.h>
 
 namespace Msp {
 namespace FS {
@@ -9,6 +9,9 @@ namespace FS {
 typedef PSID UserID;
 typedef PSID GroupID;
 
+const UserID INVALID_UID = nullptr;
+const GroupID INVALID_GID = nullptr;
+
 } // namespace FS
 } // namespace Msp