fix windows build
This commit is contained in:
parent
40adf643de
commit
bd5494bb9c
2 changed files with 3 additions and 1 deletions
|
@ -258,7 +258,7 @@ probeCrippledFileSystem'
|
|||
-> Maybe (RawFilePath -> m ())
|
||||
-> m (Bool, [String])
|
||||
#ifdef mingw32_HOST_OS
|
||||
probeCrippledFileSystem' _ _ _ _ = return (True, [])
|
||||
probeCrippledFileSystem' _ _ _ = return (True, [])
|
||||
#else
|
||||
probeCrippledFileSystem' tmp freezecontent thawcontent = do
|
||||
let f = tmp P.</> "gaprobe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue