[3/6] wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.

Hans Leidekker hans at codeweavers.com
Fri Jun 29 06:39:50 CDT 2012


---
 dlls/wbemprox/builtin.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wbemprox/builtin.c b/dlls/wbemprox/builtin.c
index 800b034..1776d23 100644
--- a/dlls/wbemprox/builtin.c
+++ b/dlls/wbemprox/builtin.c
@@ -132,7 +132,7 @@ static const struct column col_compsys[] =
 static const struct column col_networkadapter[] =
 {
     { prop_deviceidW,            CIM_STRING|COL_FLAG_DYNAMIC|COL_FLAG_KEY },
-    { prop_interfaceindexW,      CIM_SINT32 },
+    { prop_interfaceindexW,      CIM_UINT32 },
     { prop_netconnectionstatusW, CIM_UINT16 },
     { prop_speedW,               CIM_UINT64 }
 };
-- 
1.7.10







More information about the wine-patches mailing list