diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 15:21:30 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 15:59:04 +0100 |
commit | c94c777d9cc951d71cf1c8efc8f56f16a3da75c1 (patch) | |
tree | dcdb0e9f2df8cb26abd41a439a8776471be2273d /source3/include | |
parent | ec302a1cfe36e8cdd69fc3ecac16559516e6e860 (diff) | |
download | samba-c94c777d9cc951d71cf1c8efc8f56f16a3da75c1.tar.gz samba-c94c777d9cc951d71cf1c8efc8f56f16a3da75c1.tar.bz2 samba-c94c777d9cc951d71cf1c8efc8f56f16a3da75c1.zip |
s3-spoolss: use PRINTER_ENUM_NAME and remove double enum define.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index c2d5c686cb..4aa51b2674 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -266,7 +266,6 @@ PRINTER_MESSAGE_INFO; #define DEF_PRIORITY 1 /* the flags of each printers */ -#define PRINTER_ENUM_UNKNOWN_8 0x00000008 #define PRINTER_ENUM_ICONMASK 0x00ff0000 #define DRIVER_ANY_VERSION 0xffffffff |