[Bug 51815] DocumentProperties broken by last update

WineHQ Bugzilla wine-bugs at winehq.org
Tue Sep 28 08:50:51 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51815

--- Comment #2 from Konstantin <incubusrk at gmail.com> ---
Created attachment 70700
  --> https://bugs.winehq.org/attachment.cgi?id=70700
Test win32 app

source

    wchar_t wname[] = L"PDF";
    int modeSize = DocumentPropertiesW(NULL, NULL, wname, NULL, NULL, 0);
    std::cout << "DocumentPropertiesW: " << modeSize << std::endl;

    std::cout << "GetLastError: " << GetLastError() << std::endl;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list