From 7950ea3f07eace2dd52b1439a2b4c1b64c8efc48 Mon Sep 17 00:00:00 2001 From: Mikhail Tyukin Date: Wed, 1 Apr 2026 06:19:51 -0400 Subject: [PATCH] [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. --- dll/win32/ole32/ole32.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/ole32/ole32.spec b/dll/win32/ole32/ole32.spec index 54f43816819..8586bd007b9 100644 --- a/dll/win32/ole32/ole32.spec +++ b/dll/win32/ole32/ole32.spec @@ -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)