diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-06 17:23:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-06 17:23:30 -0400 |
commit | 29a150263da17a2be21f5fb7b24ab2ee95ffcaeb (patch) | |
tree | 021a4bb2c391baa7049138c787e84d713dd3eb52 /Remote | |
parent | a822081a15fa842f468c3cd92a18e3f795fafcc0 (diff) |
remove __WINDOWS__ ifdef
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/Helper/Hooks.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |