http://bugs.winehq.org/show_bug.cgi?id=6194
------- Additional Comments From focht@gmx.net 2007-15-05 17:15 ------- Hello,
with recent GIT addition http://article.gmane.org/gmane.comp.emulators.wine.cvs/30285 there seems to be the possibility of having a stub+placeholder hal.dll in near future.
Some wishes for next patches (require minor efforts):
- generation of placeholder dll in system32 (makefile) - version resource (just like kernel32.dll)
This would succeed the installer hal check.
optional:
- image base fixed at 0x80010000 (to emulate windows behaviour) - subsystem flagged "native" (0x1) - export directory module name "HAL.dll" (just like kernel32.dll, see my recent comments to some exe protectors)
Regards