[PATCH 1/2] mstask: Implemented DllRegisterServer (Revision)

Roy Shea royshea at gmail.com
Mon Jul 28 14:06:24 CDT 2008


This revision moves registry initialization from a standalone executable
into the DllRegisterServer function within mstask.dll.  Note that the
Windows version of mstask.dll does not include this functionality.  To
minimize deviation from Windows, the DllUnregisterServer function is
added in a subsequent optional patch.

The prior version of this patch is available for reference at:
http://www.winehq.org/pipermail/wine-patches/2008-July/058579.html
---
 dlls/mstask/Makefile.in   |    2 +
 dlls/mstask/mstask.inf    |   16 +++++++
 dlls/mstask/mstask.spec   |    1 +
 dlls/mstask/mstask_main.c |   98 +++++++++++++++++++++++++++++++++++++++++++++
 dlls/mstask/rsrc.rc       |   20 +++++++++
 tools/wine.inf.in         |    1 +
 6 files changed, 138 insertions(+), 0 deletions(-)
 create mode 100644 dlls/mstask/mstask.inf
 create mode 100644 dlls/mstask/rsrc.rc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ba21af4384bc26c2193c1085416e10f2be1b1e80.diff
Type: text/x-patch
Size: 6355 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080728/b58a1d42/attachment.bin 


More information about the wine-patches mailing list