X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fsemaphore.cpp;h=bba39642c8c6aee8c52da11e931555a13645d485;hb=cd89068b8ebafdc0f888c1aa21498bb93b55d814;hp=b9e7080cb04ea2b6e4808de5de658f1400322708;hpb=06acf132d03decb4e3d7b9d95d727f49c7dff428;p=libs%2Fcore.git diff --git a/source/core/semaphore.cpp b/source/core/semaphore.cpp index b9e7080..bba3964 100644 --- a/source/core/semaphore.cpp +++ b/source/core/semaphore.cpp @@ -4,7 +4,9 @@ This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#ifndef WIN32 #include +#endif #include #include "semaphore.h" #include "../time/timestamp.h"