Nikolay Sivov (@nsivov) commented about dlls/coml2/coml2.spec:
@ stdcall StgIsStorageILockBytes(ptr) -@ stub StgOpenPropStg -@ stub StgOpenStorage -@ stub StgOpenStorageEx -@ stub StgOpenStorageOnILockBytes -@ stub StgSetTimes +@ stdcall StgOpenPropStg(ptr ptr long long ptr) +@ stdcall StgOpenStorage(wstr ptr long ptr long ptr) +@ stdcall StgOpenStorageEx(wstr long long long ptr ptr ptr ptr) +@ stdcall StgOpenStorageOnILockBytes(ptr ptr long ptr long ptr) +@ stdcall StgSetTimes(wstr ptr ptr ptr) @ stdcall WriteClassStg(ptr ptr) @ stdcall WriteClassStm(ptr ptr)
+# Wine internal exports +@ stdcall wine_PropertyStorage_ReadProperty(ptr ptr ptr long ptr ptr) PropertyStorage_ReadProperty
StgConvertPropertyToVariant, and probably StgConvertVariantToProperty too, are exported by ordinal from coml2. I don't think we should add private exports for those.