X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=cbits%2FlockFile.c;h=721246b126699532c8a213a6a8e8d1439f3fc991;hb=26d2805a6e58822d246cf9601fb226b0861e7f65;hp=bf0a0f07cd5e9057ae93e109d8095823c521409a;hpb=6179cffb8feeb4b99b0323895bcbea2e5efdb71e;p=haskell-directory.git diff --git a/cbits/lockFile.c b/cbits/lockFile.c index bf0a0f0..721246b 100644 --- a/cbits/lockFile.c +++ b/cbits/lockFile.c @@ -6,7 +6,7 @@ * stdin/stout/stderr Runtime Support */ -#ifndef mingw32_HOST_OS +#if !(defined(_MSC_VER) || defined(__MINGW32__) || defined(_WIN32)) #include "HsBase.h" #include "Rts.h"