mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-10 14:24:02 +01:00
(svn r2636) Fix: Switched to using the _fastcall calling convention instead of cdecl. (Please tell me if you get linking problems)
This commit is contained in:
parent
3e97dda275
commit
5862c0a174
443
openttd.dsp
443
openttd.dsp
File diff suppressed because it is too large
Load Diff
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user