X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat.h;h=3f056a5609eea802716037eb734c3d42ef51905d;hp=8c05771ebe9b85bd27b42fb4e674a4b1a1f5d2b4;hb=817e584903996a041692640720a5a272d847a3c7;hpb=df74f89b175c1579f9383e6dec8ddb821e606642 diff --git a/source/fs/stat.h b/source/fs/stat.h index 8c05771..3f056a5 100644 --- a/source/fs/stat.h +++ b/source/fs/stat.h @@ -2,6 +2,7 @@ #define MSP_FS_STAT_H_ #include +#include #include #include "path.h" @@ -16,11 +17,7 @@ enum FileType SYMLINK }; -#ifdef MSVC -typedef __uint64 FileSize; -#else -typedef unsigned long long FileSize; -#endif +typedef UInt64 FileSize; /** Holds file information.