On Wed, Jan 18, 2012 at 4:47 PM, Richard Hipp <d...@sqlite.org> wrote:
> Try using the trunk of the SQLite source tree with the SQLITE_WITHOUT_MSIZE > preprocessor macro. > > > Richard, thank, I will try, but I just tried to replace #if !defined(HAVE_MALLOC_USABLE_SIZE) && SQLITE_OS_WIN # define HAVE_MALLOC_USABLE_SIZE 1 # define malloc_usable_size _msize #endif .....with #if defined(HAVE_MALLOC_USABLE_SIZE) && SQLITE_OS_WIN # define malloc_usable_size _msize #endif isn't it a proper fix for HAVE_MALLOC_USABLE_SIZE to work on windows? I compiled, it doesn't require __msize anymore and work. Max _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users