Allow the implementation of the VxDCall entry points to be moved to
commit6c8147b1d1cf735d0d50e55c20b7308f539adef9
authorAlexandre Julliard <julliard@winehq.org>
Sat, 21 Feb 2004 04:13:56 +0000 (21 04:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 21 Feb 2004 04:13:56 +0000 (21 04:13 +0000)
tree3f549ccf62d40135a93ca87f6be1a48aadd34ab7
parentfeaad968b800ebb2333623736f112e0779fe8b99
Allow the implementation of the VxDCall entry points to be moved to
separate VxD dlls.
Moved VMM code to a separate dll, and removed the registry calls to
get rid of the code duplication with advapi32.
configure
configure.ac
dlls/Makefile.in
dlls/kernel/vxd.c
dlls/vmm.vxd/.cvsignore [new file with mode: 0644]
dlls/vmm.vxd/Makefile.in [new file with mode: 0644]
dlls/vmm.vxd/vmm.c [new file with mode: 0644]
dlls/vmm.vxd/vmm.vxd.spec [new file with mode: 0644]
dlls/vwin32.vxd/vwin32.c
dlls/vwin32.vxd/vwin32.vxd.spec