(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:
5
map.c
5
map.c
@@ -7,6 +7,11 @@
|
||||
#include "macros.h"
|
||||
#include "map.h"
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */
|
||||
/* Why the hell is that not in all MSVC headers?? */
|
||||
_CRTIMP void __cdecl _assert(void *, void *, unsigned);
|
||||
#endif
|
||||
|
||||
uint _map_log_x;
|
||||
uint _map_size_x;
|
||||
uint _map_size_y;
|
||||
|
Reference in New Issue
Block a user