Alexandre Julliard : avrt: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue May 28 15:06:50 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 28 07:36:12 2019 +0200

avrt: Build with msvcrt.

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

---

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

diff --git a/dlls/avrt/Makefile.in b/dlls/avrt/Makefile.in
index 52873fd..49f5b29 100644
--- a/dlls/avrt/Makefile.in
+++ b/dlls/avrt/Makefile.in
@@ -2,5 +2,7 @@ MODULE    = avrt.dll
 IMPORTLIB = avrt
 IMPORTS   = user32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/avrt/main.c b/dlls/avrt/main.c
index 7ef2824..eb5704c 100644
--- a/dlls/avrt/main.c
+++ b/dlls/avrt/main.c
@@ -17,8 +17,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