[1/2] mstask: Minimal implementation of mstask Task Scheduler Service

Roy Shea royshea at gmail.com
Thu Jul 3 13:26:48 CDT 2008


This minimal implementation puts in place the mstask IDL and a basic
build using the IDL.
---
 dlls/mstask/Makefile.in            |   15 ++
 dlls/mstask/mstask.spec            |   26 +++
 dlls/mstask/mstask_local.idl       |   21 +++
 dlls/mstask/mstask_main.c          |   54 ++++++
 dlls/mstask/mstask_private.h       |   31 ++++
 dlls/mstask/tests/Makefile.in      |   13 ++
 dlls/mstask/tests/task_scheduler.c |   57 ++++++
 include/mstask.idl                 |  344 ++++++++++++++++++++++++++++++++++++
 include/prsht.h                    |    3 +
 include/winbase.h                  |    4 +-
 include/wtypes.idl                 |   14 ++
 tools/wine.inf.in                  |    3 +
 12 files changed, 584 insertions(+), 1 deletions(-)
 create mode 100644 dlls/mstask/Makefile.in
 create mode 100644 dlls/mstask/mstask.spec
 create mode 100644 dlls/mstask/mstask_local.idl
 create mode 100644 dlls/mstask/mstask_main.c
 create mode 100644 dlls/mstask/mstask_private.h
 create mode 100644 dlls/mstask/tests/Makefile.in
 create mode 100644 dlls/mstask/tests/task_scheduler.c
 create mode 100644 include/mstask.idl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ded06acc1e46c599366e718e6e98cfb41c2e1872.diff
Type: text/x-patch
Size: 20011 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080703/9b20ff9e/attachment-0001.bin 


More information about the wine-patches mailing list