]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/stat_platform.h
Improve robustness of resolving user/group names in Stat
[libs/core.git] / source / fs / windows / stat_platform.h
index 4e8cfbc3799d2f18d90f791dd6e0d92060fb7dd5..c193accd186b6452410e16fbc0fe0cf75f1d50ff 100644 (file)
@@ -9,6 +9,9 @@ namespace FS {
 typedef PSID UserID;
 typedef PSID GroupID;
 
+const UserID INVALID_UID = 0;
+const GroupID INVALID_GID = 0;
+
 } // namespace FS
 } // namespace Msp