mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
don't define __USE_MINGW_ANSI_STDIO in makefiles
(according to modern MinGW versions, defining this macro directly is deprecated)
This commit is contained in:
parent
2a1a30b171
commit
84933b856c
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ endif
|
|||
ifndef SDL
|
||||
OPTS+=-D_WINDOWS
|
||||
endif
|
||||
OPTS+=-D__USE_MINGW_ANSI_STDIO=0
|
||||
# Do we need this?
|
||||
#OPTS+=-D__USE_MINGW_ANSI_STDIO=0
|
||||
|
||||
ifndef SDL
|
||||
LIBS+=-lmingw32 -mwindows -ldinput -ldxguid -lgdi32 -lwinmm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue