actxprxy: Add the start of actxprxy.dll.

Robert Shearman rob at codeweavers.com
Fri Dec 7 10:02:30 CST 2007


The native version of this DLL contains proxy code for various 
interfaces, but for the moment only servprov.idl is implemented.
---
  dlls/actxprxy/Makefile.in           |   24 +++++++++++++
  dlls/actxprxy/actxprxy.spec         |    5 +++
  dlls/actxprxy/actxprxy_servprov.idl |    1 +
  dlls/actxprxy/usrmarshal.c          |   64 
+++++++++++++++++++++++++++++++++++
  4 files changed, 94 insertions(+), 0 deletions(-)
  create mode 100644 dlls/actxprxy/Makefile.in
  create mode 100644 dlls/actxprxy/actxprxy.spec
  create mode 100644 dlls/actxprxy/actxprxy_servprov.idl
  create mode 100644 dlls/actxprxy/usrmarshal.c

tools/make_makefiles needs to be run after applying this patch. Also, 
dlls/actxprxy/dlldata.c needs to be added to .gitignore.

This DLL is used by Dragon Naturally Speaking 9 and Outlook 2003.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a6b08a9562e2934440a8f243adf564756045c8c5.diff
Type: text/x-patch
Size: 3401 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071207/87ec657f/attachment.bin 


More information about the wine-patches mailing list