setupapi: Added support for creating fake dlls at install time.
commit8b478a70ec7362249c8075d75812f1175c956f39
authorAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 10:30:48 +0000 (21 11:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 10:30:48 +0000 (21 11:30 +0100)
tree1f440bae4d0ad58e32e1a4ca6ea9ef9f97259e61
parente66e34ef7b5ad61bda09067e6ea8f8990017b5de
setupapi: Added support for creating fake dlls at install time.

This should satisfy applications that access a dll file directly. For
apps that check the dll version in the file, the version resource is
copied from the builtin dll.
dlls/setupapi/Makefile.in
dlls/setupapi/fakedll.c [new file with mode: 0644]
dlls/setupapi/install.c
dlls/setupapi/setupapi_private.h