mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Added parenthesis around definition of PRINTER_ACE_PRINT.
(This used to be commit 0dbc680e34922557a7b4ad62e898002218fa94b3)
This commit is contained in:
parent
0e4a583374
commit
6468c757ff
@ -138,7 +138,7 @@
|
||||
#define PRINTER_ACE_FULL_CONTROL GENERIC_ALL_ACCESS
|
||||
#define PRINTER_ACE_MANAGE_DOCUMENTS READ_CONTROL_ACCESS
|
||||
#define PRINTER_ACE_PRINT \
|
||||
GENERIC_READ_ACCESS | GENERIC_WRITE_ACCESS | GENERIC_EXECUTE_ACCESS
|
||||
(GENERIC_READ_ACCESS | GENERIC_WRITE_ACCESS | GENERIC_EXECUTE_ACCESS)
|
||||
|
||||
typedef struct nt_printer_driver_info_level_3
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user