https://bugs.winehq.org/show_bug.cgi?id=51853
--- Comment #11 from m0rvj johnpgoodman@gmail.com --- Created attachment 71010 --> https://bugs.winehq.org/attachment.cgi?id=71010 Regression test log
This is the result of the regression test searching for the crash when clicking on the print item in the panel menu. Prior to this commit you can open the print dialog without a crash.
commit da0db2eb79a666921327bcb6d73ad082e9f5e82d Author: Huw Davies huw@codeweavers.com Date: Wed Oct 27 08:14:46 2021 +0100
winspool: Build with msvcrt.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
configure | 1 - configure.ac | 1 - dlls/winspool.drv/Makefile.in | 3 +- dlls/winspool.drv/cups.c | 47 ++++++------- dlls/winspool.drv/info.c | 157 ++++++++++++++++++++++-------------------- dlls/winspool.drv/wspool.c | 16 ++--- dlls/winspool.drv/wspool.h | 17 +++-- include/config.h.in | 3 - 8 files changed, 121 insertions(+), 124 deletions(-)