From f12e3bf622f9472f96bf8230c32ecde757f98038 Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Sun, 15 Feb 2004 18:37:35 +0000 Subject: [PATCH] removed unnecessary explicit define of _M_IX86 svn path=/trunk/; revision=8198 --- reactos/lib/opengl32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/opengl32/Makefile b/reactos/lib/opengl32/Makefile index b28acbc8aab..9a84d68e134 100644 --- a/reactos/lib/opengl32/Makefile +++ b/reactos/lib/opengl32/Makefile @@ -7,7 +7,7 @@ TARGET_NORC = yes TARGET_NAME = opengl32 # -fno-builtin -TARGET_CFLAGS = -D__USE_W32API -DUNICODE -D_M_IX86 -Os -g3 +TARGET_CFLAGS = -D__USE_W32API -DUNICODE -Os -g3 # require os code to explicitly request A/W version of structs/functions TARGET_CFLAGS += -D_DISABLE_TIDENTS -Wall -Werror