(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
Fix warning in graph_gui.c with const problem
This commit is contained in:
@@ -958,7 +958,9 @@ static void WriteMem(uint size)
|
||||
|
||||
// This is needed to zlib uses the stdcall calling convention on visual studio
|
||||
#ifdef _MSC_VER
|
||||
#define ZLIB_WINAPI
|
||||
# ifndef ZLIB_WINAPI
|
||||
# define ZLIB_WINAPI
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include <zlib.h>
|
||||
|
Reference in New Issue
Block a user