Module: wine Branch: refs/heads/master Commit: 8b478a70ec7362249c8075d75812f1175c956f39 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=8b478a70ec7362249c8075d7...
Author: Alexandre Julliard julliard@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=8b478a70ec7362249c80...