]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Fix for `slow-startup-printer': use PRINTER_INFO_4 on NT-class systems, which
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 21 Aug 2003 19:48:45 +0000 (19:48 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Thu, 21 Aug 2003 19:48:45 +0000 (19:48 +0000)
commit40dc8b940c7896a30d4543ae98171db8890c470f
treeb79a74a70eb6c4eac7214a75ce6d453cccffd81b
parent46f26ee483871434aa6f81c339e08224d23efcd3
Fix for `slow-startup-printer': use PRINTER_INFO_4 on NT-class systems, which
apparently tries less hard to find printers so won't slow the system down.

Tested on 2000 and 98; in both cases printer enumeration and printing worked
as well as they did in 2003-08-21.

Made a single shared copy of osVersion in winmisc.c so that printing.c can
find it. Made other users (window.c, pageant.c) use this copy.

[originally from svn r3411]
pageant.c
printing.c
window.c
winmisc.c
winstuff.h