28 Jul
2024
28 Jul
'24
3:09 p.m.
Jacek Caban (@jacek) commented about dlls/shdocvw/tests/shdocvw.c:
pURLSubRegQueryA = (void *) GetProcAddress(hshdocvw, (LPSTR) 151); pParseURLFromOutsideSourceA = (void *) GetProcAddress(hshdocvw, (LPSTR) 169); pParseURLFromOutsideSourceW = (void *) GetProcAddress(hshdocvw, (LPSTR) 170); + pIEParseDisplayNameWithBCW = (void *) GetProcAddress(hshdocvw, (LPSTR) 218);
Can we just use importlib for that? This seems to be available since IE5. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6123#note_77216