]> icculus.org git repositories - divverent/darkplaces.git/commit
- Updated Zlib definitions to version 1.2.3. The only difference is that
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 11 Sep 2005 07:30:26 +0000 (07:30 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 11 Sep 2005 07:30:26 +0000 (07:30 +0000)
commitf15c5ba64dba456f8768b0e02165acf2c4083414
tree696f6e2ef9875a580bce48eb0da200d6df5fc7ce
parentd14bd9480a76b34e8ee644400d198de71e75f2c3
- Updated Zlib definitions to version 1.2.3. The only difference is that
the function calling convention has changed on Win32 (previously, the
zlib DLL used WINAPI). YOU NOW NEED AN OFFICIAL "zlib1.dll" version
1.2.x instead of your old "zlib.dll" (get it from http://www.zlib.net/).
If you still want to use a DLL with the old calling convention,
uncomment line 101 and recompile (such a DLL can be found at
http://www.winimage.com/zLibDll/).
- Removed QuakeForge copyright since the last bit of QF
code was removed months ago by LordHavoc
- Changed the way we test the presence of the O_NONBLOCK flag

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5716 d7cf8633-e32d-0410-b094-e92efae38249
fs.c