diff options
author | Günther Deschner <gd@samba.org> | 2009-05-12 14:11:03 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-13 01:56:40 +0200 |
commit | a4f558da79e5746124b79583ca608b394e635ad3 (patch) | |
tree | e51c693671a279733e6bba5936ff86ce157e3c57 | |
parent | b716e57bef3b42c4be24b5d41c05dbc0665f5191 (diff) | |
download | samba-a4f558da79e5746124b79583ca608b394e635ad3.tar.gz samba-a4f558da79e5746124b79583ca608b394e635ad3.tar.bz2 samba-a4f558da79e5746124b79583ca608b394e635ad3.zip |
spoolss: add SPOOLSS_ARCHITECTURE_ALL to IDL.
Guenther
-rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index 5b9f551d26..a8fd9d8365 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"; |