Module: wine Branch: master Commit: 07588027948d81bf79b96f5de84d5f61fbf74b2b URL: http://source.winehq.org/git/wine.git/?a=commit;h=07588027948d81bf79b96f5de8...
Author: James Hawkins truiken@gmail.com Date: Wed Jan 16 00:11:17 2008 -0600
propsys: Add a stub implementation of propsys.dll.
---
Makefile.in | 2 + configure | 3 + configure.ac | 1 + dlls/Makefile.in | 1 + dlls/propsys/Makefile.in | 13 +++ dlls/propsys/propsys.spec | 209 +++++++++++++++++++++++++++++++++++++++++++ dlls/propsys/propsys_main.c | 49 ++++++++++ 7 files changed, 278 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=07588027948d81bf79b96f...