Skip to content

Release Notes - 3.4.15

Compare
Choose a tag to compare
@dahall dahall released this 19 May 13:33
· 449 commits to master since this release
  • Fixed bug with SetWindowSubclass, SUBCLASSPROC, and RemoveWindowSubclass (#393)
  • Fixed IDataObject.SetData extension to get CF_HDROP right with Unicode and changed DROPFILES.DangerousGetFileList to static function taking a DROPFILES pointer.
  • Fixed formatting
  • Fixed definition of WINDOWPLACEMENT (#394)
  • Fixed generic GetThemeColor (#395)
  • Fixed incorrect values in User32.WINEVENT (#398)
  • Added coclass for IApplicationDocumentLists #399
  • Added overload for Shell32.SHAddToRecentDocs and supporting structures #401
  • Removed ICOMEnum from IEnumObjects (it doesn't follow Next method pattern) and added an extension method for IEnumObjects.Enumerate that will enumerate the interfaces exposed by IEnumObject. Fixes #400