From cfccce8fda48e099aa6477bae221ac1b3e42af17 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 13 Aug 2005 17:24:50 +0000 Subject: [PATCH] prepare for ANSI builds svn path=/trunk/; revision=17372 --- reactos/subsys/system/winefile/Makefile.MinGW | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/winefile/Makefile.MinGW b/reactos/subsys/system/winefile/Makefile.MinGW index a26a5f17c00..7dead8ae38c 100644 --- a/reactos/subsys/system/winefile/Makefile.MinGW +++ b/reactos/subsys/system/winefile/Makefile.MinGW @@ -5,7 +5,7 @@ CC = gcc LD = gcc -CFLAGS = -DUNICODE -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 +CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 RCFLAGS = -D__WINDRES__ LFLAGS = -Wl,--subsystem,windows