(svn r3236) - Fix: warnings about 'CDECL must be used with ...' on VS6
This commit is contained in:
@@ -953,15 +953,8 @@ static void WriteMem(uint size)
|
||||
//********************************************
|
||||
|
||||
#if defined(WITH_ZLIB)
|
||||
|
||||
// This is needed to zlib uses the stdcall calling convention on visual studio
|
||||
#ifdef _MSC_VER
|
||||
# ifndef ZLIB_WINAPI
|
||||
# define ZLIB_WINAPI
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
static z_stream _z;
|
||||
|
||||
static bool InitReadZlib(void)
|
||||
|
Reference in New Issue
Block a user