haskell / win32

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

Feature: Virtual[Alloc/Free]Ex added back #124

Closed shekeru closed 5 years ago

shekeru commented 5 years ago

Re-implemented VirtualAllocEx and VirtualFreeEx calls as needed for a personal project. I'll flesh this pull request out more later, as it's late at the moment.

Types of changes

Checklist:

Mistuke commented 5 years ago

Thanks @shekeru !

shekeru commented 5 years ago

Is there anything I should fix about them?

Mistuke commented 5 years ago

Nope, It's all good. I will write a changelog and release a new version this saturday.