[PATCH 4/4] kernel32: Move AllocConsole to kernelbase.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/kernel32/console.c | 170 -------------------------------- dlls/kernel32/kernel32.spec | 2 +- dlls/kernelbase/console.c | 106 ++++++++++++++++++++ dlls/kernelbase/kernelbase.spec | 2 +- 4 files changed, 108 insertions(+), 172 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=74598 Your paranoid android. === debiant (32 bit report) === kernel32: mailslot.c:327: Test failed: timeout too short 988 === debiant (32 bit WoW report) === kernel32: mailslot.c:327: Test failed: timeout too short 985
participants (2)
-
Jacek Caban -
Marvin