X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ffs%2Fstat.h;h=3f056a5609eea802716037eb734c3d42ef51905d;hp=8c05771ebe9b85bd27b42fb4e674a4b1a1f5d2b4;hb=eeb6b89120ab259702f103da01bfd8c06f285e7b;hpb=7f847aeb48e0e8f58ead52ba255cff27527628eb 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.