mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 00:11:19 +00:00
Remove direct definition for D__USE_MINGW_ANSI_STDIO, as the latest standards consider this to be deprecated.
This commit is contained in:
parent
56d2290778
commit
1a8ec39f6c
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ endif
|
||||||
ifndef SDL
|
ifndef SDL
|
||||||
OPTS+=-D_WINDOWS
|
OPTS+=-D_WINDOWS
|
||||||
endif
|
endif
|
||||||
OPTS+=-D__USE_MINGW_ANSI_STDIO=0
|
|
||||||
|
|
||||||
ifndef SDL
|
ifndef SDL
|
||||||
LIBS+=-lmingw32 -mwindows -ldinput -ldxguid -lgdi32 -lwinmm
|
LIBS+=-lmingw32 -mwindows -ldinput -ldxguid -lgdi32 -lwinmm
|
||||||
|
|
Loading…
Reference in a new issue