X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FAdjustor.c;h=607c0b8abebacba0b6338c29eecb4d68267afc76;hb=d8334d807812e40f67770ffc37608c0ce66f96b2;hp=382f74a4354a1585a0a753617eebc5b7d1bd2483;hpb=e7145eeefd01106cedb16a22866eb5160ccfb030;p=ghc-hetmet.git diff --git a/rts/Adjustor.c b/rts/Adjustor.c index 382f74a..607c0b8 100644 --- a/rts/Adjustor.c +++ b/rts/Adjustor.c @@ -111,7 +111,7 @@ createAdjustor (int cconv, arg_types[i] = char_to_ffi_type(typeString[i+1]); } switch (cconv) { -#ifdef mingw32_TARGET_OS +#ifdef mingw32_HOST_OS case 0: /* stdcall */ abi = FFI_STDCALL; break;