actxprxy: Add the start of actxprxy.dll.
commite8c7c0681a4f6a3f1fc0135449b91638a60e976b
authorRob Shearman <rob@codeweavers.com>
Fri, 7 Dec 2007 16:02:30 +0000 (7 16:02 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Dec 2007 13:27:11 +0000 (10 14:27 +0100)
treeb3e9553a74222bcf542fdef3f1cbe632d8bf2f57
parentb9966054cf9dccd030acf84ff2e79a492a8b5a85
actxprxy: Add the start of actxprxy.dll.

The native version of this DLL contains proxy code for various
interfaces, but for the moment only servprov.idl is implemented.
.gitignore
Makefile.in
configure
configure.ac
dlls/Makefile.in
dlls/actxprxy/Makefile.in [new file with mode: 0644]
dlls/actxprxy/actxprxy.spec [new file with mode: 0644]
dlls/actxprxy/actxprxy_servprov.idl [new file with mode: 0644]
dlls/actxprxy/usrmarshal.c [new file with mode: 0644]