Remove linker warnings

This commit is contained in:
Alberto Fustinoni 2018-05-29 16:43:25 +09:00 committed by radius
parent 247699123c
commit 73e9e8e4c3
1 changed files with 2 additions and 0 deletions
libretro

View File

@ -257,6 +257,8 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
LIBS += WindowsApp.lib
endif
MSVC2017CompileFlags += -D__WIN32__
CFLAGS += $(MSVC2017CompileFlags)
CXXFLAGS += $(MSVC2017CompileFlags)