From 295035c7cf353a4e1ba5e6e8737ef78329acee8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 12 May 2009 14:11:03 +0200 Subject: [PATCH] spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL. Guenther (cherry picked from commit a4f558da79e5746124b79583ca608b394e635ad3) --- librpc/idl/spoolss.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 5b9f551d26b..a8fd9d83651 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1283,6 +1283,8 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x1a */ + + const string SPOOLSS_ARCHITECTURE_ALL = "all"; const string SPOOLSS_ARCHITECTURE_NT_X86 = "Windows NT x86"; const string SPOOLSS_DEFAULT_SERVER_PATH = "C:\\WINDOWS\\system32\\spool"; -- 2.11.4.GIT