summaryrefslogtreecommitdiff
path: root/GitAnnex.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:07:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-04 13:07:55 -0400
commit9d06348fa368d502fd1330969cad3c0ea25286fa (patch)
tree4a1412d0d02420fcdb5ae42dff47a8dde62fe7c2 /GitAnnex.hs
parent944730682471f4e808f4f1faa9797a965ebadb8f (diff)
missed some __WINDOWS__ defines
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r--GitAnnex.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs
index 1f6b1c177..9553f2277 100644
--- a/GitAnnex.hs
+++ b/GitAnnex.hs
@@ -23,7 +23,7 @@ import qualified Command.Get
import qualified Command.FromKey
import qualified Command.DropKey
import qualified Command.TransferKey
-#ifndef __WINDOWS__
+#ifndef mingw32_HOST_OS
import qualified Command.TransferKeys
#endif
import qualified Command.ReKey
@@ -118,7 +118,7 @@ cmds = concat
, Command.FromKey.def
, Command.DropKey.def
, Command.TransferKey.def
-#ifndef __WINDOWS__
+#ifndef mingw32_HOST_OS
, Command.TransferKeys.def
#endif
, Command.ReKey.def