Alexandre Julliard : windowscodecsext: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Jun 26 16:15:41 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun 26 09:38:46 2019 +0200

windowscodecsext: Build with msvcrt.

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

---

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

diff --git a/dlls/windowscodecsext/Makefile.in b/dlls/windowscodecsext/Makefile.in
index d4f2a03..66574b6 100644
--- a/dlls/windowscodecsext/Makefile.in
+++ b/dlls/windowscodecsext/Makefile.in
@@ -2,5 +2,7 @@ MODULE    = windowscodecsext.dll
 IMPORTLIB = windowscodecsext
 IMPORTS   = ole32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c
diff --git a/dlls/windowscodecsext/main.c b/dlls/windowscodecsext/main.c
index 8835a31..e376202 100644
--- a/dlls/windowscodecsext/main.c
+++ b/dlls/windowscodecsext/main.c
@@ -18,8 +18,6 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#include "config.h"
-
 #include <stdarg.h>
 
 #define COBJMACROS




More information about the wine-cvs mailing list