1
0
Fork 0

(svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)

release/0.4.5
ludde 2005-07-19 11:55:47 +00:00
parent 3e97dda275
commit 5862c0a174
2 changed files with 212 additions and 232 deletions

File diff suppressed because it is too large Load Diff

View File

@ -905,6 +905,7 @@ static void WriteMem(uint size)
//********************************************
#if defined(WITH_ZLIB)
#define ZLIB_WINAPI // Needed so zlib uses the right calling convention.
#include <zlib.h>
static z_stream _z;