X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Frawtime.h;h=1af7956f25c09a5bb0103cb3e8f1b08b3094fbef;hp=afa3c949a08221088fbe5965c708c6b3f6a4e294;hb=95bd04e16acacde19fcfdcc722baf72b06dcdfee;hpb=1e54e9f4b8cd32db5c224f971207aedee8bbe3dd diff --git a/source/time/rawtime.h b/source/time/rawtime.h index afa3c94..1af7956 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 Int64 RawTime; } // namespace Time } // namespace Msp