haskell / win32

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

Add setFilePointer #94

Closed alexbiehl closed 6 years ago

alexbiehl commented 7 years ago

For a project of mine I need to be able to seek a file.

Description

This adds another foreign import to SetFilePointerEx and calls that.

Types of changes

Checklist:

Mistuke commented 7 years ago

Thanks @alexbiehl , just a minor comment, could you name the function setFilePointerEx instead. Since we don't include documentations in the library we want to retain the exact name as the function on msdn. So it's easier to google.

Mistuke commented 6 years ago

Thanks @alexbiehl