1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-16 12:03:03 -05:00

I'm rapidly running out of patience for trying all possible

combinations of options to EnumPrinters() to see which one works,
but here's another one tried at random for now. *sigh*

[originally from svn r1912]
This commit is contained in:
Simon Tatham 2002-09-01 13:12:51 +00:00
parent c24016e0da
commit ddb06b3951

View File

@ -11,7 +11,7 @@
* under PRINTER_ENUM_CONNECTIONS on NT 4. I don't pretend to * under PRINTER_ENUM_CONNECTIONS on NT 4. I don't pretend to
* understand this... * understand this...
*/ */
#if 0 #if 1
#define ENUM_LEVEL 5 #define ENUM_LEVEL 5
#define ENUM_PTR LPPRINTER_INFO_5 #define ENUM_PTR LPPRINTER_INFO_5
#define ENUM_TYPE PRINTER_INFO_5 #define ENUM_TYPE PRINTER_INFO_5