Closed joeyh closed 2 years ago
Adds a version of createFile that does not retry.
This used to be possible using c_createFile which was exported somewhat unintentionally before.
c_createFile
Fixes https://github.com/haskell/win32/issues/208
Win32.cabal
Thanks!
Description
Adds a version of createFile that does not retry.
Motivation and Context
This used to be possible using
c_createFile
which was exported somewhat unintentionally before.Fixes https://github.com/haskell/win32/issues/208
Types of changes
Checklist:
Win32.cabal
.