Module: wine Branch: master Commit: c7f2da4fd0fba0fa2c2513f185ba3da99a5d08e9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c7f2da4fd0fba0fa2c2513f18...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 24 10:09:43 2019 +0200
t2embed: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/t2embed/Makefile.in | 2 ++ dlls/t2embed/main.c | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dlls/t2embed/Makefile.in b/dlls/t2embed/Makefile.in index baa4757..f2b0583 100644 --- a/dlls/t2embed/Makefile.in +++ b/dlls/t2embed/Makefile.in @@ -2,5 +2,7 @@ MODULE = t2embed.dll IMPORTLIB = t2embed IMPORTS = gdi32 advapi32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c diff --git a/dlls/t2embed/main.c b/dlls/t2embed/main.c index 288c19b..e478846 100644 --- a/dlls/t2embed/main.c +++ b/dlls/t2embed/main.c @@ -17,9 +17,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
- -#include "config.h" - #include <stdarg.h>
#include "windef.h"