From fbc8e4a9362fe1593cf632132879b26f73b86a99 Mon Sep 17 00:00:00 2001 From: Alberto Fustinoni Date: Tue, 29 May 2018 16:53:33 +0900 Subject: [PATCH] Comments --- libretro/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro/Makefile b/libretro/Makefile index c091e4b9..52d05f48 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -257,6 +257,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform))) LIBS += WindowsApp.lib endif + # Specific to this core MSVC2017CompileFlags += -D__WIN32__ CFLAGS += $(MSVC2017CompileFlags)