Module: wine Branch: master Commit: 9a16c7b547cfac89e2c67ff95a665eaf29cfe431 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9a16c7b547cfac89e2c67ff95...
Author: Alexandre Julliard julliard@winehq.org Date: Tue May 28 07:39:17 2019 +0200
cards: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/cards/Makefile.in | 2 ++ dlls/cards/cards.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/cards/Makefile.in b/dlls/cards/Makefile.in index 395b150..8650fda 100644 --- a/dlls/cards/Makefile.in +++ b/dlls/cards/Makefile.in @@ -2,6 +2,8 @@ MODULE = cards.dll IMPORTLIB = cards IMPORTS = user32 gdi32
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ cards.c
diff --git a/dlls/cards/cards.c b/dlls/cards/cards.c index 9bec966..dec25f3 100644 --- a/dlls/cards/cards.c +++ b/dlls/cards/cards.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" - #include <stdarg.h>
#include "windef.h"