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.