]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/windows/stat_platform.h
Use nullptr instead of 0 for pointers
[libs/core.git] / source / fs / windows / stat_platform.h
index c193accd186b6452410e16fbc0fe0cf75f1d50ff..6440aca8bae7d06bf298493077cebea2f5b7dc26 100644 (file)
@@ -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