Module: wine Branch: master Commit: d664c276dffc1f0f53ef6700ef182ef9c8c5d70c URL: http://source.winehq.org/git/wine.git/?a=commit;h=d664c276dffc1f0f53ef6700ef...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Wed Mar 19 15:02:02 2008 -0700
qmgr: Add a stub implementation of IBackgroundCopyJob2.
---
.gitignore | 1 + dlls/qmgr/enum_files.c | 2 +- dlls/qmgr/job.c | 150 +++++++++++++++++++++++++++++++++----------- dlls/qmgr/qmgr.h | 6 +- dlls/qmgr/qmgr_local.idl | 5 +- dlls/qmgrprxy/qmgrprxy.idl | 5 +- include/Makefile.in | 1 + include/bits1_5.idl | 88 ++++++++++++++++++++++++++ 8 files changed, 215 insertions(+), 43 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d664c276dffc1f0f53ef67...