diff options
author | Günther Deschner <gd@samba.org> | 2009-03-02 13:09:19 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-02 14:25:01 +0100 |
commit | 04a2b455a0385fc3aa23850d4841ab3495efc3e6 (patch) | |
tree | 36cf229463fba0aff71a6b7bf050a3102c0339c5 /source3/include | |
parent | 8b336211c3a03831a2192d5a5c7793c0f773340a (diff) | |
download | samba-04a2b455a0385fc3aa23850d4841ab3495efc3e6.tar.gz samba-04a2b455a0385fc3aa23850d4841ab3495efc3e6.tar.bz2 samba-04a2b455a0385fc3aa23850d4841ab3495efc3e6.zip |
s3-spoolss: PRINTER_STATUS_OK has been moved to IDL.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 798bbf922c..2b4a036ce8 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -121,9 +121,6 @@ #define SPL_XCV_MONITOR_LOCALMON ",XcvMonitor Local Port" #define SPL_XCV_MONITOR_TCPMON ",XcvMonitor Standard TCP/IP Port" - -#define PRINTER_STATUS_OK 0x00000000 - /* Notify field types */ #define PRINTER_NOTIFY_TYPE 0x00 |