Module: wine Branch: master Commit: 34bd6a9cf3b3b40ebb81dab423d2d740e2ad9ac4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=34bd6a9cf3b3b40ebb81dab42...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Sep 19 19:33:29 2019 +0200
wbemprox: Map CIM_UINT16 and CIM_UINT32 to VT_I4 by default.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47782 Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wbemprox/builtin.c | 134 +++++++++++++++++++-------------------- dlls/wbemprox/class.c | 13 +--- dlls/wbemprox/query.c | 64 ++++++++----------- dlls/wbemprox/tests/query.c | 89 +++++++++++++++----------- dlls/wbemprox/wbemprox_private.h | 2 - 5 files changed, 147 insertions(+), 155 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=34bd6a9cf3b3b40ebb81d...