Tartarus CVS: putty simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 11 Aug 2002 13:17:25 +0100


CVSROOT:	/home/cvs
Module name:	putty
Changes by:	simon	02/08/11 13:17:25

Modified files:
	.              : printing.c 

Log message:
Anecdotal evidence suggests that a single EnumPrinters() call
specifying both PRINTER_ENUM_LOCAL and PRINTER_ENUM_CONNECTIONS
catches more printers in some circumstances than two EnumPrinters()
calls each specifying just one of them. We'll try it for a bit; if
it goes wrong I might have to put back the two original calls as
well and sort out some means of removing duplicate printers from the
list.