Alexandre Julliard : updspapi: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 24 16:06:22 CDT 2019


Module: wine
Branch: master
Commit: ec4035e58a98839b86b8e1bad2907a10ba824a08
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ec4035e58a98839b86b8e1bad2907a10ba824a08

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 24 10:14:01 2019 +0200

updspapi: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/updspapi/Makefile.in | 2 ++
 dlls/updspapi/main.c      | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/updspapi/Makefile.in b/dlls/updspapi/Makefile.in
index 3cf1922..e83354c 100644
--- a/dlls/updspapi/Makefile.in
+++ b/dlls/updspapi/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = updspapi.dll
 IMPORTS   = setupapi
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/updspapi/main.c b/dlls/updspapi/main.c
index 73af32f..61c8ea5 100644
--- a/dlls/updspapi/main.c
+++ b/dlls/updspapi/main.c
@@ -16,8 +16,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 
 #include "windef.h"




More information about the wine-cvs mailing list