mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 10:59:45 +00:00
Move winspool to unicode.
Minor bug fixes.
This commit is contained in:
parent
f64a59f2fe
commit
7aaabc3f14
1447
dlls/winspool/info.c
1447
dlls/winspool/info.c
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user