diff options
author | drh <drh@noemail.net> | 2015-04-29 00:35:07 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2015-04-29 00:35:07 +0000 |
commit | b4a91a9a8859fc021ec4d3de08eb49a257d62a14 (patch) | |
tree | 0ff342ec38f3fd7c86c5368864d896de21e7469b /src/os_unix.c | |
parent | 0bdef92dc2836b4809892f766da8d1ea94dd7431 (diff) | |
parent | 5824d44babc81893534bcc1ded9d512da566f498 (diff) | |
download | sqlite-b4a91a9a8859fc021ec4d3de08eb49a257d62a14.tar.gz sqlite-b4a91a9a8859fc021ec4d3de08eb49a257d62a14.zip |
Improved support for OSTRACE on Windows.
FossilOrigin-Name: ca43812bde499a23244e2860d3ceddc97d29f09e
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 188c02533..93657f689 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -641,7 +641,7 @@ static int unixMutexHeld(void) { #endif -#if defined(SQLITE_TEST) && defined(SQLITE_DEBUG) +#ifdef SQLITE_HAVE_OS_TRACE /* ** Helper function for printing out trace information from debugging ** binaries. This returns the string representation of the supplied |