Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
Description
I tried to run explorer_new from the shell branch in windows however it failed because it tried to import IUnknown_GetWindow from shlwapi. After inspection it seems that our shlwapi exports it by name and ordinal (and hence explorer_new tries to import it by name) because it is exported as :
172 stdcall -ordinal IUnknown_GetWindow(ptr ptr)
In windows it is exported only by ordinal
Attachments
Issue Links
- blocks
-
CORE-8174 ReactOS Targeting
- Open