* include/winspool.h [_WIN32_WINNT >= 0x0500]

(DRIVER_INFO_7A): Correct definition.
This commit is contained in:
Dimitri Papadopoulos
2006-03-29 12:41:10 +00:00
parent 69356fef69
commit fddb260daa
2 changed files with 5 additions and 1 deletions

View File

@@ -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;