From ae6293ae6710b0a7580bc9a0045c92d1d5b87036 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 May 2013 16:57:21 -0500 Subject: fixup #if 0 stubs to use #ifndef mingw32_HOST_OS That's needed in files used to build the configure program. For the other files, I'm keeping my __WINDOWS__ define, as I find that much easier to type. I may search and replace it to use the mingw32_HOST_OS thing later. --- Command/Fsck.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/Fsck.hs b/Command/Fsck.hs index 625867a46..c63bc3ea0 100755 --- a/Command/Fsck.hs +++ b/Command/Fsck.hs @@ -30,7 +30,7 @@ import qualified Option import Types.Key import Utility.HumanTime -#if 0 +#ifndef mingw32_HOST_OS import System.Posix.Process (getProcessID) #endif import Data.Time.Clock.POSIX -- cgit v1.2.3