Paul Vriens : winhttp: Fix compile/install issue.
31 Jul
2007
31 Jul
'07
2:07 p.m.
Module: wine Branch: master Commit: 2aaafbb9e866a4b2e64834060d68e2e679637d0b URL: http://source.winehq.org/git/wine.git/?a=commit;h=2aaafbb9e866a4b2e64834060d... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Tue Jul 31 15:35:42 2007 +0200 winhttp: Fix compile/install issue. --- dlls/winhttp/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winhttp/Makefile.in b/dlls/winhttp/Makefile.in index 7e76b1e..893c990 100644 --- a/dlls/winhttp/Makefile.in +++ b/dlls/winhttp/Makefile.in @@ -2,7 +2,7 @@ TOPSRCDIR = @top_srcdir@ TOPOBJDIR = ../.. SRCDIR = @srcdir@ VPATH = @srcdir@ -MODULE = winhttp +MODULE = winhttp.dll IMPORTS = kernel32 C_SRCS = main.c
6715
Age (days ago)
6715
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard