X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Ftypes.h;fp=source%2Ftime%2Ftypes.h;h=0000000000000000000000000000000000000000;hb=1e54e9f4b8cd32db5c224f971207aedee8bbe3dd;hp=89c740557ca7c95bf327698a2563a147438ab7cf;hpb=b01fcd25038798739fed784c222aabdd63eb58d9;p=libs%2Fcore.git diff --git a/source/time/types.h b/source/time/types.h deleted file mode 100644 index 89c7405..0000000 --- a/source/time/types.h +++ /dev/null @@ -1,27 +0,0 @@ -/* $Id$ - -This file is part of libmspcore -Copyright © 2006,2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - -#ifndef MSP_TIME_TYPES_H_ -#define MSP_TIME_TYPES_H_ - -#ifndef WIN32 -#include -#endif - -namespace Msp { -namespace Time { - -#ifdef WIN32 -typedef __int64 RawTime; -#else -typedef int64_t RawTime; -#endif - -} // namespace Time -} // namespace Msp - -#endif