fix imports for windows
This commit is contained in:
parent
83c69ad721
commit
2b234634f6
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ import Annex.Notification as X
|
|||
import Annex.Perms
|
||||
import Utility.Metered
|
||||
#ifdef mingw32_HOST_OS
|
||||
import Utility.WinLock
|
||||
import Utility.LockFile
|
||||
#endif
|
||||
|
||||
import Control.Concurrent
|
||||
|
|
|
@ -15,7 +15,7 @@ import Utility.PID
|
|||
import Utility.LogFile
|
||||
#else
|
||||
import Utility.WinProcess
|
||||
import Utility.WinLock
|
||||
import Utility.LockFile
|
||||
#endif
|
||||
|
||||
#ifndef mingw32_HOST_OS
|
||||
|
|
Loading…
Reference in a new issue