mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[OLE32] Remove PropVariantChangeType (#8822)
Fix https://reactos.org/testman/detail.php?id=87298653&prev=87291347 PropVariantChangeType is exported in propsys, and before the ole32 sync PropVariantChangeType was commented out. This causes the linker to link against the stub in ole32 rather than the function in propsys.
This commit is contained in:
@@ -338,7 +338,7 @@
|
||||
@ stdcall PropStgNameToFmtId(wstr ptr)
|
||||
@ stdcall PropSysAllocString(wstr)
|
||||
@ stdcall PropSysFreeString(wstr)
|
||||
@ stub PropVariantChangeType
|
||||
#@ stub PropVariantChangeType
|
||||
@ stdcall PropVariantClear(ptr) combase.PropVariantClear
|
||||
@ stdcall PropVariantCopy(ptr ptr) combase.PropVariantCopy
|
||||
@ stdcall ReadClassStg(ptr ptr)
|
||||
|
||||
Reference in New Issue
Block a user