From 29a150263da17a2be21f5fb7b24ab2ee95ffcaeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Oct 2013 17:23:30 -0400 Subject: remove __WINDOWS__ ifdef --- Remote/Helper/Hooks.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Remote') diff --git a/Remote/Helper/Hooks.hs b/Remote/Helper/Hooks.hs index 665da1e10..91c6318bf 100644 --- a/Remote/Helper/Hooks.hs +++ b/Remote/Helper/Hooks.hs @@ -73,7 +73,7 @@ runHooks r starthook stophook a = do run starthook Annex.addCleanup (remoteid ++ "-stop-command") $ runstop lck -#ifndef __WINDOWS__ +#ifndef mingw32_HOST_OS runstop lck = do -- Drop any shared lock we have, and take an -- exclusive lock, without blocking. If the lock -- cgit v1.2.3