From ab875d3ecf3a80f5648432f7f4573f57442e6698 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 7 Oct 2004 14:47:53 +0000 Subject: [PATCH] r2852: Oh. Allow to migrate win2k3/xp-drivers as well. Thanks to Bjoern Jacke for his moral support :) Guenther --- source/utils/net_rpc_printer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/utils/net_rpc_printer.c b/source/utils/net_rpc_printer.c index e635b78573b..f470d8b6d94 100644 --- a/source/utils/net_rpc_printer.c +++ b/source/utils/net_rpc_printer.c @@ -32,6 +32,7 @@ static const struct table_node archi_table[]= { {"Windows 4.0", "WIN40", 0 }, {"Windows NT x86", "W32X86", 2 }, + {"Windows NT x86", "W32X86", 3 }, {"Windows NT R4000", "W32MIPS", 2 }, {"Windows NT Alpha_AXP", "W32ALPHA", 2 }, {"Windows NT PowerPC", "W32PPC", 2 }, -- 2.47.3