Added support for implementing VxDs as separate dlls and loading them
commita21cf075a875b79187d1f5489c2ad252492b2536
authorAlexandre Julliard <julliard@winehq.org>
Fri, 20 Feb 2004 01:18:43 +0000 (20 01:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Feb 2004 01:18:43 +0000 (20 01:18 +0000)
tree12959675fb26ff1aaaa91e1de90a5509c7cd4b13
parent652919b6d3f7d505025b30a78858008556cee434
Added support for implementing VxDs as separate dlls and loading them
on demand.
Moved all the DeviceIoControl code into the respective VxD dlls.
36 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/ifsmgr.vxd/.cvsignore [new file with mode: 0644]
dlls/ifsmgr.vxd/Makefile.in [new file with mode: 0644]
dlls/ifsmgr.vxd/ifsmgr.c [new file with mode: 0644]
dlls/ifsmgr.vxd/ifsmgr.vxd.spec [new file with mode: 0644]
dlls/kernel/device.c
dlls/mmdevldr.vxd/.cvsignore [new file with mode: 0644]
dlls/mmdevldr.vxd/Makefile.in [new file with mode: 0644]
dlls/mmdevldr.vxd/mmdevldr.c [new file with mode: 0644]
dlls/mmdevldr.vxd/mmdevldr.vxd.spec [new file with mode: 0644]
dlls/monodebg.vxd/.cvsignore [new file with mode: 0644]
dlls/monodebg.vxd/Makefile.in [new file with mode: 0644]
dlls/monodebg.vxd/monodebg.c [new file with mode: 0644]
dlls/monodebg.vxd/monodebg.vxd.spec [new file with mode: 0644]
dlls/vdhcp.vxd/.cvsignore [new file with mode: 0644]
dlls/vdhcp.vxd/Makefile.in [new file with mode: 0644]
dlls/vdhcp.vxd/vdhcp.c [new file with mode: 0644]
dlls/vdhcp.vxd/vdhcp.vxd.spec [new file with mode: 0644]
dlls/vnb.vxd/.cvsignore [new file with mode: 0644]
dlls/vnb.vxd/Makefile.in [new file with mode: 0644]
dlls/vnb.vxd/vnb.c [new file with mode: 0644]
dlls/vnb.vxd/vnb.vxd.spec [new file with mode: 0644]
dlls/vnetbios.vxd/.cvsignore [new file with mode: 0644]
dlls/vnetbios.vxd/Makefile.in [new file with mode: 0644]
dlls/vnetbios.vxd/vnetbios.c [new file with mode: 0644]
dlls/vnetbios.vxd/vnetbios.vxd.spec [new file with mode: 0644]
dlls/vtdapi.vxd/.cvsignore [new file with mode: 0644]
dlls/vtdapi.vxd/Makefile.in [new file with mode: 0644]
dlls/vtdapi.vxd/vtdapi.c [new file with mode: 0644]
dlls/vtdapi.vxd/vtdapi.vxd.spec [new file with mode: 0644]
dlls/vwin32.vxd/.cvsignore [new file with mode: 0644]
dlls/vwin32.vxd/Makefile.in [new file with mode: 0644]
dlls/vwin32.vxd/vwin32.c [new file with mode: 0644]
dlls/vwin32.vxd/vwin32.vxd.spec [new file with mode: 0644]