Skip to content

Win32 2.5.0.0 - Jan 2017

Compare
Choose a tag to compare
@Mistuke Mistuke released this 07 Jan 21:19
· 195 commits to master since this release
v2.5.0.0
  • failWith (and the API calls that use it) now throw IOErrors with proper
    IOErrorTypes.
  • Add function findWindowByName
  • Fix a bug in the implementation of poke for TIME_ZONE_INFORMATION which
    would cause it to be marshalled incorrectly.
  • Add System.Win32.MinTTY module for detecting the presence of MinTTY.
  • Add ULONG type to System.Win32.Types.
  • Add function failIfNeg to System.Win32.Types, which fails if a negative
    number is returned. This simulates the behavior of the NT_SUCCESS macro.
  • Merged package Win32-extras (See #16)
  • Graphics.Win32.Misc.messageBox safely imported now #5
  • Fixed various alignment calls that were incorrect. These would result in an incorrect alignment
    being returned on certain platforms. (See #66)