|
Error is
> lsqlite3.obj : error LNK2019: unresolved external symbol sqlite3_temp_directory referenced in function lsqlite_temp_directory
This is because MSVC does not define `WIN32` but `_WIN32`.
There also question should library define this variable on Windows or
just ignore it.