Alexandre Julliard : feclient: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 4 16:28:11 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  4 09:08:51 2019 +0200

feclient: Build with msvcrt.

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

---

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

diff --git a/dlls/feclient/Makefile.in b/dlls/feclient/Makefile.in
index d3eeefb..0ca446d 100644
--- a/dlls/feclient/Makefile.in
+++ b/dlls/feclient/Makefile.in
@@ -1,4 +1,6 @@
 MODULE    = feclient.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/feclient/main.c b/dlls/feclient/main.c
index 91aed70..ef49494 100644
--- a/dlls/feclient/main.c
+++ b/dlls/feclient/main.c
@@ -18,7 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
 
 #include <stdarg.h>
 




More information about the wine-cvs mailing list