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 Annex.Perms
|
||||||
import Utility.Metered
|
import Utility.Metered
|
||||||
#ifdef mingw32_HOST_OS
|
#ifdef mingw32_HOST_OS
|
||||||
import Utility.WinLock
|
import Utility.LockFile
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
import Control.Concurrent
|
import Control.Concurrent
|
||||||
|
|
|
@ -15,7 +15,7 @@ import Utility.PID
|
||||||
import Utility.LogFile
|
import Utility.LogFile
|
||||||
#else
|
#else
|
||||||
import Utility.WinProcess
|
import Utility.WinProcess
|
||||||
import Utility.WinLock
|
import Utility.LockFile
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef mingw32_HOST_OS
|
#ifndef mingw32_HOST_OS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue