X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftypes.h;fp=source%2Ftypes.h;h=0000000000000000000000000000000000000000;hb=e1ea831a640fba534e7e42e399f04cdf681ef8d3;hp=729668978d1323aa7d9924eb3f04a3d30b2adb70;hpb=0bcb8d4d6f33cbdad7b921cac787740bfe8e212e;p=libs%2Fcore.git diff --git a/source/types.h b/source/types.h deleted file mode 100644 index 7296689..0000000 --- a/source/types.h +++ /dev/null @@ -1,27 +0,0 @@ -/* -This file is part of libmspframework -Copyright © 2006 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ -#ifndef MSP_FRAMEWORK_TYPES_H_ -#define MSP_FRAMEWORK_TYPES_H_ - -#ifdef WIN32 -#include -#else -#include -#endif - -namespace Msp { - -#ifdef WIN32 -typedef HANDLE ThreadHandle; -typedef HANDLE MutexHandle; -#else -typedef pthread_t ThreadHandle; -typedef pthread_mutex_t MutexHandle; -#endif - -} // namespace Msp - -#endif