Hello! I'm terribly sorry, but I forgot to include the patch for dlls/ntdll/debugtools.c into the previous patch. ChangeLog: * dlls/ntdll/debugtools.c: Include ntdll_misc.h to suppress dependency on kernel32.dll when building Wine without optimization. -- Regards, Pavel Roskin
--- dlls/ntdll/debugtools.c +++ dlls/ntdll/debugtools.c @@ -40,6 +40,7 @@ #include "winnt.h" #include "winternl.h" #include "excpt.h" +#include "ntdll_misc.h" WINE_DECLARE_DEBUG_CHANNEL(tid);