Merge branch 'master' into ospath
This commit is contained in:
commit
96c953a4b7
13 changed files with 117 additions and 14 deletions
|
@ -70,13 +70,11 @@ openLock sharemode f = do
|
|||
Right h -> Just h
|
||||
#else
|
||||
h <- withTString (fromRawFilePath f') $ \c_f ->
|
||||
c_CreateFile c_f gENERIC_READ sharemode security_attributes
|
||||
c_CreateFile c_f gENERIC_READ sharemode (maybePtr Nothing)
|
||||
oPEN_ALWAYS fILE_ATTRIBUTE_NORMAL (maybePtr Nothing)
|
||||
return $ if h == iNVALID_HANDLE_VALUE
|
||||
then Nothing
|
||||
else Just h
|
||||
where
|
||||
security_attributes = maybePtr Nothing
|
||||
#endif
|
||||
|
||||
dropLock :: LockHandle -> IO ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue