Don't include the system SDL headers on Windows

git-svn-id: https://svn.eduke32.com/eduke32@7372 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-03-02 23:21:44 +00:00
parent 6a251fca16
commit 7f4ac2a4af

View file

@ -881,6 +881,10 @@ ifeq ($(RENDERTYPE),SDL)
endif
endif
ifeq ($(PLATFORM), WINDOWS)
SDLCONFIG :=
endif
ifeq ($(PLATFORM),WII)
SDLCONFIG :=
else ifeq ($(PLATFORM),SKYOS)