Module: wine Branch: master Commit: 158f63d06a54d371082cd39af0c6317b69d41919 URL: http://source.winehq.org/git/wine.git/?a=commit;h=158f63d06a54d371082cd39af0...
Author: Damjan Jovanovic damjan.jov@gmail.com Date: Sat Oct 31 16:06:18 2009 +0200
wiaservc: Add the class factory and IWiaDevMgr stubs.
---
dlls/wiaservc/Makefile.in | 2 + dlls/wiaservc/factory.c | 103 +++++++++++++++++++++ dlls/wiaservc/service.c | 7 +- dlls/wiaservc/wiadevmgr.c | 181 ++++++++++++++++++++++++++++++++++++++ dlls/wiaservc/wiaservc_private.h | 39 ++++++++ 5 files changed, 329 insertions(+), 3 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=158f63d06a54d371082cd3...