Module: wine Branch: master Commit: 58ea6bddaef5deced2c7f81c6df0668408e99656 URL: http://source.winehq.org/git/wine.git/?a=commit;h=58ea6bddaef5deced2c7f81c6d...
Author: Fabian Maurer dark.shadow4@web.de Date: Fri Sep 22 10:00:46 2017 +0300
propsys: Added PropVariantToBoolean with some tests.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/propsys/propsys.spec | 2 +- dlls/propsys/propvar.c | 60 ++++++++++++ dlls/propsys/tests/propsys.c | 215 +++++++++++++++++++++++++++++++++++++++++++ include/propvarutil.h | 1 + 4 files changed, 277 insertions(+), 1 deletion(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=58ea6bddaef5deced2c7f8...