mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Elaborate on the reasons for requiring Windows XP
This commit is contained in:
parent
a87661a1be
commit
1b87aff448
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -424,6 +424,12 @@ ifeq ($(PLATFORM),mingw32)
|
|||
-DUSE_ICON
|
||||
|
||||
# Require Windows XP or later
|
||||
#
|
||||
# IPv6 support requires a header wspiapi.h to work on earlier versions of
|
||||
# windows. There is no MinGW equivalent of this header so we're forced to
|
||||
# require XP. In theory this restriction can be removed if this header is
|
||||
# obtained separately from the platform SDK. The MSVC build does not have
|
||||
# this limitation.
|
||||
BASE_CFLAGS += -DWINVER=0x501
|
||||
|
||||
ifeq ($(USE_OPENAL),1)
|
||||
|
|
Loading…
Reference in a new issue