mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
removed unnecessary explicit define of _M_IX86
svn path=/trunk/; revision=8198
This commit is contained in:
parent
d3e729a8c7
commit
f12e3bf622
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue