summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2004-10-04 22:13:57 +0000
committerGünther Deschner <gd@samba.org>2004-10-04 22:13:57 +0000
commitf5d0b5e979894834ddeb1b15cc6aaffda9229c6b (patch)
tree5d9d0d7da7e777ecc4bd69ea9817a8b23beee6c1 /source/rpcclient
parent9aa2831da5c196b4be5e7e9c68373ecf0921b14e (diff)
downloadsamba-f5d0b5e979894834ddeb1b15cc6aaffda9229c6b.tar.gz
samba-f5d0b5e979894834ddeb1b15cc6aaffda9229c6b.tar.xz
samba-f5d0b5e979894834ddeb1b15cc6aaffda9229c6b.zip
r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the
64bit AMD platform. (This used to be "Windows AMD64" and "AMD64" in one of the release candidates of SP2 for Windows XP. AMD64 is obviously still supported but not documented.) Guenther
Diffstat (limited to 'source/rpcclient')
-rw-r--r--source/rpcclient/cmd_spoolss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/rpcclient/cmd_spoolss.c b/source/rpcclient/cmd_spoolss.c
index e99cd9f9056..a9882d799f8 100644
--- a/source/rpcclient/cmd_spoolss.c
+++ b/source/rpcclient/cmd_spoolss.c
@@ -40,6 +40,7 @@ static const struct table_node archi_table[]= {
{"Windows NT Alpha_AXP", "W32ALPHA", 2 },
{"Windows NT PowerPC", "W32PPC", 2 },
{"Windows IA64", "IA64", 3 },
+ {"Windows x64", "x64", 3 },
{NULL, "", -1 }
};