X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=46b3e4df6908ec3c49e93752da2a3a0668e3b3dc;hp=afa3c949a08221088fbe5965c708c6b3f6a4e294;hb=HEAD;hpb=1e54e9f4b8cd32db5c224f971207aedee8bbe3dd diff --git a/source/time/rawtime.h b/source/time/rawtime.h index afa3c94..46b3e4d 100644 --- a/source/time/rawtime.h +++ b/source/time/rawtime.h @@ -1,25 +1,12 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006,2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_TIME_RAWTIME_H_ #define MSP_TIME_RAWTIME_H_ -#ifndef WIN32 -#include -#endif +#include namespace Msp { namespace Time { -#ifdef WIN32 -typedef __int64 RawTime; -#else -typedef int64_t RawTime; -#endif +typedef std::int64_t RawTime; } // namespace Time } // namespace Msp