diff options
author | Günther Deschner <gd@samba.org> | 2009-05-12 14:12:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-05-13 01:56:40 +0200 |
commit | 7403dd39d608e07f107530819277738ebd20a320 (patch) | |
tree | d596efd9ef1ed99e80c71fede765c6e3250deea8 /librpc/idl | |
parent | a4f558da79e5746124b79583ca608b394e635ad3 (diff) | |
download | samba-7403dd39d608e07f107530819277738ebd20a320.tar.gz samba-7403dd39d608e07f107530819277738ebd20a320.tar.bz2 samba-7403dd39d608e07f107530819277738ebd20a320.zip |
s3-spoolss: move SPL_ARCH_X defines to IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/spoolss.idl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index a8fd9d8365..f3064625a8 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1284,6 +1284,14 @@ import "misc.idl", "security.idl", "winreg.idl"; /******************/ /* Function: 0x1a */ + const string SPL_ARCH_WIN40 = "WIN40"; + const string SPL_ARCH_W32X86 = "W32X86"; + const string SPL_ARCH_W32MIPS = "W32MIPS"; + const string SPL_ARCH_W32ALPHA = "W32ALPHA"; + const string SPL_ARCH_W32PPC = "W32PPC"; + const string SPL_ARCH_IA64 = "IA64"; + const string SPL_ARCH_X64 = "x64"; + 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"; |