[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:
Mikhail Tyukin
2026-04-01 06:19:51 -04:00
committed by GitHub
parent 20494b84ef
commit 7950ea3f07

View File

@@ -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)