X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=46b3e4df6908ec3c49e93752da2a3a0668e3b3dc;hp=76524509990986fd55b0eaa78a9cd366bee95c00;hb=HEAD;hpb=03bacb2343eb5d17819732582c0866f087e9ce27 diff --git a/source/time/rawtime.h b/source/time/rawtime.h index 7652450..46b3e4d 100644 --- a/source/time/rawtime.h +++ b/source/time/rawtime.h @@ -1,14 +1,12 @@ #ifndef MSP_TIME_RAWTIME_H_ #define MSP_TIME_RAWTIME_H_ +#include + namespace Msp { namespace Time { -#ifdef MSVC -typedef __int64 RawTime; -#else -typedef long long RawTime; -#endif +typedef std::int64_t RawTime; } // namespace Time } // namespace Msp