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)