summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.mgw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mgw b/Makefile.mgw
index 294f35559ff..0940fda686d 100644
--- a/Makefile.mgw
+++ b/Makefile.mgw
@@ -61,7 +61,7 @@ CPU ?= pentium
ifeq ($(ICD),1)
# when -std=c99 mingw will not define WIN32
- CFLAGS = -Wall -W -Werror -pedantic -std=c99 -DWIN32
+ CFLAGS = -Wall -W -Werror
else
# I love c89
CFLAGS = -Wall -W -pedantic