removed unnecessary explicit define of _M_IX86
authorRoyce Mitchell III <royce3@ev1.net>
Sun, 15 Feb 2004 18:37:35 +0000 (18:37 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Sun, 15 Feb 2004 18:37:35 +0000 (18:37 +0000)
svn path=/trunk/; revision=8198

reactos/lib/opengl32/Makefile

index b28acbc..9a84d68 100644 (file)
@@ -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