From 04a2b455a0385fc3aa23850d4841ab3495efc3e6 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Mar 2009 13:09:19 +0100 Subject: s3-spoolss: PRINTER_STATUS_OK has been moved to IDL. Guenther --- source3/include/rpc_spoolss.h | 3 --- 1 file changed, 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 -- cgit