Module: wine Branch: stable Commit: 72bb8929daa8ff17ee97bd865ee8bfef4c6d8571 URL: https://gitlab.winehq.org/wine/wine/-/commit/72bb8929daa8ff17ee97bd865ee8bfe...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Dec 23 10:40:35 2022 +0100
wbemprox: Implement GetBinaryValue() method.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52878 (cherry picked from commit 87758b72b95dd694dd786f23a00f47ea873dc1f5)
---
dlls/wbemprox/builtin.c | 8 +++ dlls/wbemprox/reg.c | 124 +++++++++++++++++++++++++++++++++++---- dlls/wbemprox/tests/query.c | 43 ++++++++++++++ dlls/wbemprox/wbemprox_private.h | 1 + 4 files changed, 166 insertions(+), 10 deletions(-)