diff options
author | Günther Deschner <gd@samba.org> | 2009-02-11 13:08:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-11 22:42:01 +0100 |
commit | e1a6717110947ba01baa9373f3e9b2d6ea375457 (patch) | |
tree | aef44a04a0bacccabeb56f2671a3faaf2af6cca5 | |
parent | 75306f56c2fc3ed3d3c3c1fdc039c94cd71d6c5a (diff) | |
download | samba-e1a6717110947ba01baa9373f3e9b2d6ea375457.tar.gz samba-e1a6717110947ba01baa9373f3e9b2d6ea375457.tar.bz2 samba-e1a6717110947ba01baa9373f3e9b2d6ea375457.zip |
s3: remove old copy of SPOOLSS_ADDPRINTERDRIVEREX flags.
Guenther
-rw-r--r-- | source3/include/rpc_spoolss.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index ac306e69e3..a3f9a9e4b7 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -270,13 +270,6 @@ PRINTER_MESSAGE_INFO; #define DRIVER_ANY_VERSION 0xffffffff #define DRIVER_MAX_VERSION 4 -/* FLAGS for SPOOLSS_ADDPRINTERDRIVEREX */ - -#define APD_STRICT_UPGRADE 0x00000001 -#define APD_STRICT_DOWNGRADE 0x00000002 -#define APD_COPY_ALL_FILES 0x00000004 -#define APD_COPY_NEW_FILES 0x00000008 - /* this struct is undocumented */ /* thanks to the ddk ... */ |