Look up the printer's port in the registry if neither CreateDC or
commit69c7164977f177fc83af8b35df6f2fbeae94294a
authorHuw Davies <huw@codeweavers.com>
Tue, 20 May 2003 02:24:50 +0000 (20 02:24 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 May 2003 02:24:50 +0000 (20 02:24 +0000)
tree1a89cd361972a94b20c465656f85ed51f150ba9a
parent6124a02733f8718980327d12d3e03105ce8ce26d
Look up the printer's port in the registry if neither CreateDC or
StartDoc specify one.
Photoshop 7 has a bug that results in cbInput being 2 less than the
length of the string rather than 2 more.  So use the WORD at
in_data[0] instead.
dlls/wineps/escape.c
dlls/wineps/init.c