* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DRIVER_INFO_7A): Correct definition.
This commit is contained in:
parent
69356fef69
commit
fddb260daa
@ -1,3 +1,7 @@
|
||||
2006-03-29 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
* include/winspool.h [_WIN32_WINNT >= 0x0500]
|
||||
(DRIVER_INFO_7A): Correct definition.
|
||||
|
||||
2006-03-29 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
* include/winspool.h [_WIN32_WINNT >= 0x0500]
|
||||
(DRIVER_INFO_*{AW}): Add structure.
|
||||
|
@ -607,7 +607,7 @@ typedef struct _PRINTER_INFO_6 {
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
typedef struct _PRINTER_INFO_7A {
|
||||
LPWSTR pszObjectGUID;
|
||||
DWORD dwStatus;
|
||||
DWORD dwAction;
|
||||
} PRINTER_INFO_7A,*PPRINTER_INFO_7A,*LPPRINTER_INFO_7A;
|
||||
typedef struct _PRINTER_INFO_7W {
|
||||
LPWSTR pszObjectGUID;
|
||||
|
Loading…
Reference in New Issue
Block a user