Module: wine
Branch: master
Commit: cad9446567e77cb1a3ded50bfeccc2971e3ca4ba
URL: https://gitlab.winehq.org/wine/wine/-/commit/cad9446567e77cb1a3ded50bfeccc2…
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Tue Nov 15 20:47:42 2022 -0700
comdlg32: Use standard C functions for memory allocation in printdlg.c.
The big win here is getting rid of the reimplementation of wcsdup.
---
dlls/comdlg32/printdlg.c | 196 ++++++++++++++++++++++-------------------------
1 file changed, 91 insertions(+), 105 deletions(-)