-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: Shell
-
Labels:None
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
- blocks
-
CORE-8174 ReactOS Targeting
-
- Open
-