May 25, 2026
3:07 p.m.
[oleaut32_pageinfo_probe.c](/uploads/7dec8c7be0f7a82bf48becefbf415c37/oleaut32_pageinfo_probe.c) Here is test program that outputs cb value. Output for wine before fix: GetPageInfo: cb=0 expected=48 OleCreatePropertyFrameIndirect returned 0 Output for windows/wine after fix: GetPageInfo: cb=48 expected=48 OleCreatePropertyFrameIndirect returned 0 Built with: gcc oleaut32_pageinfo_probe.c -o oleaut32_pageinfo_probe.exe -loleaut32 -lole32 -luuid -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10917#note_141240