Module: wine Branch: master Commit: 32233377461bcf78b509b51c3b3a9a6a1684e67d URL: http://source.winehq.org/git/wine.git/?a=commit;h=32233377461bcf78b509b51c3b...
Author: Damjan Jovanovic damjan.jov@gmail.com Date: Thu Oct 29 21:58:42 2009 +0200
wiaservc: Add wiaservc.dll and implement its svchost entrypoint.
---
configure | 9 +++ configure.ac | 1 + dlls/wiaservc/Makefile.in | 14 ++++ dlls/wiaservc/service.c | 142 +++++++++++++++++++++++++++++++++++++++++ dlls/wiaservc/wiaservc.spec | 57 ++++++++++++++++ dlls/wiaservc/wiaservc_main.c | 56 ++++++++++++++++ 6 files changed, 279 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=32233377461bcf78b509b5...