haskell / win32

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

add all flags for CreateToolhelp32Snapshot #185

Closed shekeru closed 2 years ago

shekeru commented 2 years ago

A commit https://github.com/haskell/win32/commit/bc5d6005fb0516aab1009adccb252a1454a5ba69 adding a compatibility header for tlhelp32.h, did not include all the flags for CreateToolhelp32Snapshot.

Description

The intent is to add the remaining flags used by CreateToolhelp32Snapshot.

Motivation and Context

The addition of the rest of the flags used in the library, would prevent errors on older GHC versions.

Types of changes

Checklist:

Mistuke commented 2 years ago

Thanks!