Re: [sqlite] Win32 .def exports != documented APIs ?

2014-08-30 Thread Jan Nijtmans
2014-08-29 16:22 GMT+02:00 Jan Nijtmans : > I doubt the usefulness > of sqlite3_win32_is_nt(), because on current supported > systems this function should return 1 anyway. On > Windows RT it returns - surprisingly - 0 (which is > already fixed on trunk), so this function

Re: [sqlite] Win32 .def exports != documented APIs ?

2014-08-29 Thread Joe Mistachkin
Howard Kapustein wrote: > > sqlite3_win32_is_nt > sqlite3_win32_mbcs_to_utf8 > sqlite3_win32_set_directory > sqlite3_win32_sleep > sqlite3_win32_utf8_to_mbcs > sqlite3_win32_write_debug > Jan is correct, these functions are non-portable and are primarily designed for abstracting differences

Re: [sqlite] Win32 .def exports != documented APIs ?

2014-08-29 Thread Jan Nijtmans
2014-08-29 5:22 GMT+02:00 Howard Kapustein : > The Win32 DLL download includes a .def file, but comparing the exports with > the documentation's function page shows several inconsistencies > > > > doc but not .def > > * sqlite3_mutex_held > *

[sqlite] Win32 .def exports != documented APIs ?

2014-08-29 Thread Howard Kapustein
The Win32 DLL download includes a .def file, but comparing the exports with the documentation's function page shows several inconsistencies doc but not .def * sqlite3_mutex_held * sqlite3_mutex_notheld * sqlite3_unlock_notify * sqlite3_version (not a real API just a page name