Alexandre Julliard : rstrtmgr: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 19 15:08:16 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 19 10:32:35 2019 +0200

rstrtmgr: Build with msvcrt.

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

---

 dlls/rstrtmgr/Makefile.in | 2 ++
 dlls/rstrtmgr/main.c      | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/rstrtmgr/Makefile.in b/dlls/rstrtmgr/Makefile.in
index eb6e237..b2be9b4 100644
--- a/dlls/rstrtmgr/Makefile.in
+++ b/dlls/rstrtmgr/Makefile.in
@@ -1,4 +1,6 @@
 MODULE    = rstrtmgr.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/rstrtmgr/main.c b/dlls/rstrtmgr/main.c
index 433bd17..0aa8094 100644
--- a/dlls/rstrtmgr/main.c
+++ b/dlls/rstrtmgr/main.c
@@ -16,7 +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