On Thu, 18 Sep 2003, Shachar Shemesh wrote:
I see two solutions. One is to link wine executable against kernel32.dll.
I don't think you can do that. As kernel32.dll requires ntdll, you would create a real circular dependancy.
Thanks for the reply. I see that some other patch has been applied to win32/device.c so it's now possible to compile Wine without optimization.