]> 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 c193accd186b6452410e16fbc0fe0cf75f1d50ff..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,8 +9,8 @@ namespace FS {
 typedef PSID UserID;
 typedef PSID GroupID;
 
-const UserID INVALID_UID = 0;
-const GroupID INVALID_GID = 0;
+const UserID INVALID_UID = nullptr;
+const GroupID INVALID_GID = nullptr;
 
 } // namespace FS
 } // namespace Msp