Move winspool to unicode.

Minor bug fixes.
This commit is contained in:
Huw D M Davies 2000-05-25 23:02:46 +00:00 committed by Alexandre Julliard
parent f64a59f2fe
commit 7aaabc3f14
2 changed files with 985 additions and 466 deletions

File diff suppressed because it is too large Load diff

View file

@ -417,7 +417,7 @@ typedef struct _PRINTER_INFO_5A {
LPSTR pPrinterName;
LPSTR pPortName;
DWORD Attributes;
DWORD DeviceNotSelectedTimeOut;
DWORD DeviceNotSelectedTimeout;
DWORD TransmissionRetryTimeout;
} PRINTER_INFO_5A, *PPRINTER_INFO_5A, *LPPRINTER_INFO_5A;
@ -425,7 +425,7 @@ typedef struct _PRINTER_INFO_5W {
LPWSTR pPrinterName;
LPWSTR pPortName;
DWORD Attributes;
DWORD DeviceNotSelectedTimeOut;
DWORD DeviceNotSelectedTimeout;
DWORD TransmissionRetryTimeout;
} PRINTER_INFO_5W, *PPRINTER_INFO_5W, *LPPRINTER_INFO_5W;