Commit Graph

12 Commits

Author SHA1 Message Date
Alexandre Julliard 41ec44bf3f gdi.exe: Use 32-bit printer functions for print jobs.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-10 17:56:41 +01:00
Alexandre Julliard 2ae84d5240 Avoid using Windows includes that are already handled in wine/port.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-12 20:19:00 +01:00
Michael Stefaniuc 7272bd8994 gdi.exe16: Remove an unused return variable (coccinelle).
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-27 20:20:20 +01:00
Francois Gouget 06b728731f gdi.exe16: Spelling fixes.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-05-30 11:57:13 +09:00
Andrey Gusev d3177504b1 Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
Ken Thomases 96720df53f gdi.exe16: Eliminate a couple of dead stores. 2012-03-15 19:51:17 +01:00
Ken Thomases 6c8929f83f gdi.exe16: Wait for and reap print spool child process. 2011-12-01 10:27:43 +01:00
Ken Thomases 10705f6e3d gdi.exe16: No need to reset SIGCHLD because we're not changing it anymore. 2011-12-01 10:11:09 +01:00
Ken Thomases b035b0bad7 gdi.exe16: Don't double-close the spool file.
FreePrintJob() closes the file descriptor.
2011-12-01 10:07:16 +01:00
Frédéric Delanoy fccb44027d gdi.exe16: Remove dead assignment (Clang). 2011-07-06 11:27:38 +02:00
Andrew Talbot 73efb62fc3 gdi.exe16: Constify a variable. 2010-10-04 15:00:04 +02:00
Alexandre Julliard 4edcf1caa5 gdi32: Make gdi.exe into a stand-alone 16-bit module. 2009-12-07 14:18:29 +01:00