Merge branch 'master' into ospath

This commit is contained in:
Joey Hess 2025-01-24 12:02:35 -04:00
commit 8021d22955
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
14 changed files with 79 additions and 10 deletions

View file

@ -75,9 +75,9 @@ openLock sharemode f = do
return $ if h == iNVALID_HANDLE_VALUE
then Nothing
else Just h
#endif
where
security_attributes = maybePtr Nothing
#endif
dropLock :: LockHandle -> IO ()
dropLock = closeHandle