Module: wine Branch: master Commit: 73d8cc328140e79ad4004851ee3033d93124f3de URL: https://source.winehq.org/git/wine.git/?a=commit;h=73d8cc328140e79ad4004851e... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Mon Sep 13 17:13:27 2021 +0300 wbemprox: Prepare for multiple namespaces. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wbemprox/builtin.c | 58 +++++++++++++++++++++++++++++++--------- dlls/wbemprox/class.c | 38 ++++++++++++++------------ dlls/wbemprox/main.c | 2 +- dlls/wbemprox/process.c | 4 +-- dlls/wbemprox/qualifier.c | 22 ++++++++------- dlls/wbemprox/query.c | 42 ++++++++++++++++------------- dlls/wbemprox/reg.c | 14 +++++----- dlls/wbemprox/security.c | 4 +-- dlls/wbemprox/service.c | 8 +++--- dlls/wbemprox/services.c | 48 ++++++++++++++++++++------------- dlls/wbemprox/sysrestore.c | 2 +- dlls/wbemprox/table.c | 18 ++++++++----- dlls/wbemprox/wbemlocator.c | 4 +-- dlls/wbemprox/wbemprox_private.h | 35 +++++++++++++++--------- dlls/wbemprox/wql.y | 14 +++++----- 15 files changed, 190 insertions(+), 123 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=73d8cc328140e79ad4004...