From 6412e7de67535bd6a3638b29304362a5469ede20 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Mar 2009 18:01:11 +0100 Subject: spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 defines. Guenther (cherry picked from commit 289cfb269b486a0a2f8376ead77fd64ad7c012d4) (cherry picked from commit 18a2dd3fa0aee8a8cd5638b90c0553966c34919c) --- librpc/idl/spoolss.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index a2dc80cbfe7..8010374c2ad 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -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; /******************/ -- cgit