Alexandre Julliard : setupapi: Added support for creating fake dlls at install time.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 21 04:53:19 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 8b478a70ec7362249c8075d75812f1175c956f39
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=8b478a70ec7362249c8075d75812f1175c956f39

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Mar 21 11:30:48 2006 +0100

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        |    1 
 dlls/setupapi/fakedll.c          |  332 ++++++++++++++++++++++++++++++++++++++
 dlls/setupapi/install.c          |   46 +++++
 dlls/setupapi/setupapi_private.h |    2 
 4 files changed, 381 insertions(+), 0 deletions(-)
 create mode 100644 dlls/setupapi/fakedll.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=8b478a70ec7362249c8075d75812f1175c956f39



More information about the wine-cvs mailing list