Add _CRT_SECURE_NO_DEPRECATE

This commit is contained in:
twinaphex
2017-08-04 14:31:32 +02:00
parent 275636261a
commit 226301b0ef

View File

@@ -341,6 +341,7 @@ export LIB := $(LIB);$(WindowsSdkDir)
TARGET := $(TARGET_NAME)_libretro.dll
PSS_STYLE :=2
LDFLAGS += -DLL
CFLAGS += -D_CRT_SECURE_NO_DEPRECATE
# Windows
else
TARGET := $(TARGET_NAME)_libretro.dll