Anecdotal evidence suggests that a single EnumPrinters() call
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 11 Aug 2002 12:17:25 +0000 (12:17 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 11 Aug 2002 12:17:25 +0000 (12:17 +0000)
commita5751e2d5bb140a640ecf1810f45cf7c70028ac3
tree2da001ed9e4317497df692be899f99d804f543db
parentee4b471f8ea40f45a37553b298abff25a98d2ccb
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1829 cda61777-01e9-0310-a592-d414129be87e
printing.c