haskell / win32

Haskell support for the Win32 API
http://hackage.haskell.org/package/Win32
Other
98 stars 62 forks source link

add createFile_NoRetry #209

Closed joeyh closed 2 years ago

joeyh commented 2 years ago

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:

Mistuke commented 2 years ago

Thanks!