]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Anecdotal evidence suggests that a single EnumPrinters() call
authorSimon Tatham <anakin@pobox.com>
Sun, 11 Aug 2002 12:17:25 +0000 (12:17 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 11 Aug 2002 12:17:25 +0000 (12:17 +0000)
commit554f9f130aac0f17cf128d3d03f8e2bf60805be5
tree2da001ed9e4317497df692be899f99d804f543db
parent1601559c8cf1fe62b781e9bc412aa6239934eea5
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.

[originally from svn r1829]
printing.c