From 73e9e8e4c31f0af5bdecb006974c59e8eb9bb2c5 Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Tue, 29 May 2018 16:43:25 +0900 Subject: [PATCH] Remove linker warnings --- libretro/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libretro/Makefile b/libretro/Makefile index ce4792ca..c091e4b9 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -257,6 +257,8 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) LIBS += WindowsApp.lib endif + MSVC2017CompileFlags += -D__WIN32__ + CFLAGS += $(MSVC2017CompileFlags) CXXFLAGS += $(MSVC2017CompileFlags)