From 226301b0efdb436ba9b988bbc3943a84218d3d01 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Aug 2017 14:31:32 +0200 Subject: [PATCH] Add _CRT_SECURE_NO_DEPRECATE --- Makefile.libretro | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.libretro b/Makefile.libretro index 020a148..8ac38f3 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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