X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Fstat_platform.h;h=6440aca8bae7d06bf298493077cebea2f5b7dc26;hb=cbe2cb6c2ea41b3e264ec9e3c4978483c5758962;hp=c193accd186b6452410e16fbc0fe0cf75f1d50ff;hpb=30ce69b5cb05712c3a4903b0f397912119c4f1f9;p=libs%2Fcore.git diff --git a/source/fs/windows/stat_platform.h b/source/fs/windows/stat_platform.h index c193acc..6440aca 100644 --- a/source/fs/windows/stat_platform.h +++ b/source/fs/windows/stat_platform.h @@ -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