Hans Leidekker : wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.

Alexandre Julliard julliard at winehq.org
Fri Jun 29 14:24:30 CDT 2012


Module: wine
Branch: master
Commit: 2821ae474309353fc1d6fddfcb157b7b49ef4914
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2821ae474309353fc1d6fddfcb157b7b49ef4914

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Fri Jun 29 13:39:50 2012 +0200

wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.

---

 dlls/wbemprox/builtin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 }
 };




More information about the wine-cvs mailing list