This commit is contained in:
Alberto Fustinoni 2018-05-29 16:53:33 +09:00 committed by radius
parent 73e9e8e4c3
commit fbc8e4a936
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ else ifneq (,$(findstring windows_msvc2017,$(platform)))
LIBS += WindowsApp.lib
endif
# Specific to this core
MSVC2017CompileFlags += -D__WIN32__
CFLAGS += $(MSVC2017CompileFlags)