(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:
@@ -329,6 +329,13 @@ extern "C" {
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(__LZO_HAVE_PTR_T)
|
||||
# if defined(_WIN64)
|
||||
typedef unsigned __int64 lzo_ptr_t;
|
||||
typedef signed __int64 lzo_sptr_r;
|
||||
# define __LZO_HAVE_PTR_T
|
||||
# endif
|
||||
#endif
|
||||
#if !defined(__LZO_HAVE_PTR_T)
|
||||
# if defined(SIZEOF_CHAR_P) && defined(SIZEOF_UNSIGNED_LONG)
|
||||
# if (SIZEOF_CHAR_P == SIZEOF_UNSIGNED_LONG)
|
||||
typedef unsigned long lzo_ptr_t;
|
||||
|
||||
Reference in New Issue
Block a user