X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fwindows%2Fstat_platform.h;h=6440aca8bae7d06bf298493077cebea2f5b7dc26;hb=HEAD;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..89961c6 100644 --- a/source/fs/windows/stat_platform.h +++ b/source/fs/windows/stat_platform.h @@ -1,7 +1,7 @@ #ifndef MSP_FS_STAT_PLATFORM_H_ #define MSP_FS_STAT_PLATFORM_H_ -#include +#include 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