Hans Leidekker : wbemprox: Fix the type mapping for Win32_SoundDevice.StatusInfo.
Module: wine Branch: master Commit: 797bd65f624de0f8575bfe1efda0d8a6be738e8a URL: http://source.winehq.org/git/wine.git/?a=commit;h=797bd65f624de0f8575bfe1efd... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Mon Feb 16 14:43:02 2015 +0100 wbemprox: Fix the type mapping for Win32_SoundDevice.StatusInfo. --- 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 79ce561..16c58a8 100644 --- a/dlls/wbemprox/builtin.c +++ b/dlls/wbemprox/builtin.c @@ -543,7 +543,7 @@ static const struct column col_sounddevice[] = { { prop_nameW, CIM_STRING }, { prop_productnameW, CIM_STRING }, - { prop_statusinfoW, CIM_UINT16 } + { prop_statusinfoW, CIM_UINT16, VT_I4 } }; static const struct column col_stdregprov[] = {
participants (1)
-
Alexandre Julliard