Module: wine Branch: master Commit: d8fcf75d0431c0055d5d547bd200b4611245ab38 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d8fcf75d0431c0055d5d547bd2...
Author: Vincent Povirk vincent@codeweavers.com Date: Tue May 22 14:18:11 2012 -0500
propsys: Add stub InMemoryPropertyStore implementation.
---
dlls/propsys/Makefile.in | 3 +- dlls/propsys/propstore.c | 193 ++++++++++++++++++++++++++++++++++++++++ dlls/propsys/propsys.spec | 4 +- dlls/propsys/propsys_main.c | 77 ++++++++++++++++ dlls/propsys/propsys_private.h | 21 +++++ dlls/propsys/tests/propstore.c | 76 ++++++++-------- 6 files changed, 333 insertions(+), 41 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d8fcf75d0431c0055d5d54...