Remove direct definition for D__USE_MINGW_ANSI_STDIO, as the latest standards consider this to be deprecated.

This commit is contained in:
Nev3r 2020-11-13 11:33:27 +01:00
parent 56d2290778
commit 1a8ec39f6c
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ endif
ifndef SDL
OPTS+=-D_WINDOWS
endif
OPTS+=-D__USE_MINGW_ANSI_STDIO=0
ifndef SDL
LIBS+=-lmingw32 -mwindows -ldinput -ldxguid -lgdi32 -lwinmm