Module: wine Branch: master Commit: 24b66842c4d72676a3552f5888f80ce4bc76d51c URL: http://source.winehq.org/git/wine.git/?a=commit;h=24b66842c4d72676a3552f5888...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Jan 11 17:22:14 2013 +0100
wbemprox: Implement Win32_Process::GetOwner.
---
dlls/wbemprox/Makefile.in | 1 + dlls/wbemprox/builtin.c | 12 +++- dlls/wbemprox/process.c | 102 ++++++++++++++++++++++++++++++++++++++ dlls/wbemprox/tests/Makefile.in | 2 +- dlls/wbemprox/tests/query.c | 65 ++++++++++++++++++++++++ dlls/wbemprox/wbemprox_private.h | 5 ++ 6 files changed, 183 insertions(+), 4 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=24b66842c4d72676a3552f...