spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 defines.
authorGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 17:01:11 +0000 (18:01 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 18:07:35 +0000 (19:07 +0100)
Guenther

librpc/idl/spoolss.idl

index a2dc80cbfe725ee8618a9ce9a4f835b60fbbaea0..8010374c2ad72622f4e27dd39df8189bdf9cc568 100644 (file)
@@ -1922,8 +1922,8 @@ import "misc.idl", "security.idl", "winreg.idl";
        } spoolss_Field;
 
        typedef [enum16bit] enum {
-               SPOOLSS_NOTIFY_PRINTER                  = 0,
-               SPOOLSS_NOTIFY_JOB                              = 1
+               PRINTER_NOTIFY_TYPE     = 0x00,
+               JOB_NOTIFY_TYPE         = 0x01
        } spoolss_NotifyType;
 
        /******************/