Module: wine Branch: master Commit: 4714c4fa806280dc8a4f06e5e4bf5cda73ca6db1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4714c4fa806280dc8a4f06e5e4...
Author: Roy Shea roy@cs.hmc.edu Date: Tue Dec 4 15:00:34 2007 -0800
svchost: Implementation of svchost.
---
.gitignore | 1 + Makefile.in | 2 + configure | 3 + configure.ac | 1 + programs/Makefile.in | 2 + programs/svchost/Makefile.in | 14 ++ programs/svchost/svchost.c | 368 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 391 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4714c4fa806280dc8a4f06...