summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-06-23 06:31:45 +0000
committerTim Potter <tpot@samba.org>2000-06-23 06:31:45 +0000
commit6468c757ffba8b27b454ed296e92c9e75e946c62 (patch)
tree44dd17f62a2ef9ebdeece61bcfd7d2d2a0f6cb8d /source3/include/nt_printing.h
parent0e4a583374a39eefbf442b426f9a7340acc5553f (diff)
downloadsamba-6468c757ffba8b27b454ed296e92c9e75e946c62.tar.gz
samba-6468c757ffba8b27b454ed296e92c9e75e946c62.tar.bz2
samba-6468c757ffba8b27b454ed296e92c9e75e946c62.zip
Added parenthesis around definition of PRINTER_ACE_PRINT.
(This used to be commit 0dbc680e34922557a7b4ad62e898002218fa94b3)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index d0b02dbeee..fbeab7873c 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -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
{