Module: wine Branch: master Commit: 85abea6070a4d7cf22a48971b97b43733178236e URL: https://source.winehq.org/git/wine.git/?a=commit;h=85abea6070a4d7cf22a48971b...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue May 18 09:49:45 2021 +0200
wbemprox: Partially implement Win32_Process.Create method.
Fixes FunCom launcher failure to launch games.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wbemprox/builtin.c | 14 ++++- dlls/wbemprox/process.c | 110 ++++++++++++++++++++++++++++++++++ dlls/wbemprox/tests/query.c | 123 ++++++++++++++++++++++++++++++++++++++- dlls/wbemprox/wbemprox_private.h | 1 + 4 files changed, 244 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=85abea6070a4d7cf22a48...