Alexandre Julliard : prntvpt: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 18 17:21:47 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 18 09:06:20 2019 +0200

prntvpt: Build with msvcrt.

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

---

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

diff --git a/dlls/prntvpt/Makefile.in b/dlls/prntvpt/Makefile.in
index ce05f50..5efd1c4 100644
--- a/dlls/prntvpt/Makefile.in
+++ b/dlls/prntvpt/Makefile.in
@@ -1,4 +1,6 @@
 MODULE	  = prntvpt.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/prntvpt/main.c b/dlls/prntvpt/main.c
index cdf1b6c..ec7cf7c 100644
--- a/dlls/prntvpt/main.c
+++ b/dlls/prntvpt/main.c
@@ -18,7 +18,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