28 Sep
2021
28 Sep
'21
1:50 p.m.
https://bugs.winehq.org/show_bug.cgi?id=51815 --- Comment #2 from Konstantin <incubusrk(a)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.