https://bugs.winehq.org/show_bug.cgi?id=51815
--- Comment #2 from Konstantin incubusrk@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;