[PATCH v4 0/26] MR3106: apisetschema: Add api-ms-win-core-com-l2-1-1
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55075 Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de> -- v4: apisetschema: Add api-ms-win-core-com-l2-1-1 ole32: Move convert functions back from coml2 coml2: Remove temporary exports ole32: Remove storage32.h coml2: Move StgSetTimes from ole32 coml2: Move StgOpenStorageOnILockBytes from ole32 coml2: Move StgCreateDocfileOnILockBytes from ole32 coml2: Move StgOpenStorageEx from ole32 coml2: Move StgOpenStorage from ole32 coml2: Move storage interfaces from ole32 coml2: Move filelockbytes from ole32 coml2: Move IPropertyStorage implementation from ole32 ole32: Prepare for moving IPropertyStorage implementation coml2: Move stream and block logic from ole32 coml2: Move stg_stream.c from ole32 coml2: Move IEnumSTATSTG from ole32 ole32: Refactor IEnumSTATSTGImpl_Construct to prepare for movement to coml2 coml2: Move StgCreatePropSetStg from ole32 coml2: Move StgIsStorageILockBytes from ole32 coml2: Move WriteClassStg from ole32 coml2: Move ReadClassStg from ole32 coml2: Move StgIsStorageFile from ole32 coml2: Move WriteClassStm from ole32 coml2: Move ReadClassStm from ole32 coml2: Move GetConvertStg from ole32 coml2: Add dll and move code from ole32/memlockbytes.c This merge request has too many patches to be relayed via email. Please visit the URL below to see the contents of the merge request. https://gitlab.winehq.org/wine/wine/-/merge_requests/3106
On Sat Nov 4 19:30:38 2023 +0000, Fabian Maurer wrote:
I intentionally just copied the code without editing, to make reviewing easier I thought. I did a complete rework, moving changes in the smallest chunks I could. Is this better? Also, should I split this MR? It got pretty big...
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3106#note_53801
Due to the upcoming codefreeze I won't work on this until after 9.0 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3106#note_54745
participants (1)
-
Fabian Maurer (@DarkShadow44)