26 Nov
2023
26 Nov
'23
1:07 p.m.
Nikolay Sivov (@nsivov) commented about dlls/coml2/storage32.c:
+ +#include "ole2.h" /* For Write/ReadClassStm */ + +#include "winreg.h" +#include "wine/wingdi16.h" + +WINE_DEFAULT_DEBUG_CHANNEL(storage); + +enum stream_1ole_flags { + OleStream_LinkedObject = 0x00000001, + OleStream_Convert = 0x00000004 +}; + +/*********************************************************************** + * GetConvertStg (OLE32.@) + */ It's better to change this to a new module name. For other function headers, please remove argument description lines, leaving just three lines like here.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4507#note_53822