diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-09 19:12:30 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-08-09 19:12:30 +0000 |
commit | 6de20d7f8a60ca52aa7c0ac5e0651e8dd6b03765 (patch) | |
tree | 1e3bb8b4a05f8420b51daa6afc566fb14dbb6768 /README | |
parent | 9d938fe40af32b1a9860b5d814e963834c327047 (diff) | |
download | ioquake3-aero-6de20d7f8a60ca52aa7c0ac5e0651e8dd6b03765.tar.gz ioquake3-aero-6de20d7f8a60ca52aa7c0ac5e0651e8dd6b03765.zip |
* Use IPv6 header qcommon/wspiapi.h if it has been added by the end user
* Update README to explain the Windows XP requirement
git-svn-id: svn://svn.icculus.org/quake3/trunk@1444 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -433,6 +433,14 @@ PNG support Restart GtkRadiant and PNG textures are now available. +Building with MinGW for pre Windows XP + IPv6 support requires a header named "wspiapi.h" to abstract away from + differences in earlier versions of Windows' IPv6 stack. There is no MinGW + equivalent of this header and the Microsoft version is obviously not + redistributable, so in its absence we're forced to require Windows XP. + However if this header is acquired separately and placed in the qcommon/ + directory, this restriction is lifted. + ------------------------------------------------------------- Contributing ----- |