Module: wine Branch: master Commit: 71fbae963e7e5750116c3f245f8452dd576aed42 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71fbae963e7e5750116c3f245f...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Oct 12 14:26:12 2012 +0200
wbemprox: Implement class methods StdRegProv.EnumKey and StdRegProv.EnumValues.
---
dlls/wbemprox/Makefile.in | 1 + dlls/wbemprox/builtin.c | 33 +----- dlls/wbemprox/class.c | 4 +- dlls/wbemprox/query.c | 2 +- dlls/wbemprox/reg.c | 268 ++++++++++++++++++++++++++++++++++++++ dlls/wbemprox/wbemprox_private.h | 17 +++ 6 files changed, 291 insertions(+), 34 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=71fbae963e7e5750116c3f...