1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Make sure the sqlite3DebugPrintf() function is defined for OSTRACE as well.

FossilOrigin-Name: ae5af70427e0df960a54c48cd27a6288500b1f31
This commit is contained in:
mistachkin
2015-04-16 03:37:19 +00:00
parent fb383e9229
commit 02b0e267fb
5 changed files with 12 additions and 12 deletions

View File

@@ -1059,7 +1059,7 @@ void sqlite3_log(int iErrCode, const char *zFormat, ...){
}
}
#if defined(SQLITE_DEBUG)
#if defined(SQLITE_DEBUG) || defined(SQLITE_HAVE_OS_TRACE)
/*
** A version of printf() that understands %lld. Used for debugging.
** The printf() built into some versions of windows does not understand %lld