Module: wine Branch: master Commit: da368c51c61c7e964afdc61d3ebf59f169d27d2b URL: https://source.winehq.org/git/wine.git/?a=commit;h=da368c51c61c7e964afdc61d3...
Author: Alexandre Julliard julliard@winehq.org Date: Wed Jun 26 09:38:46 2019 +0200
windowscodecsext: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@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