1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix an #if that is applicable to WinRT, even thought it is currently disabled by another #if.

FossilOrigin-Name: baa8b7830779d5797e210a2e057181413412e152
This commit is contained in:
mistachkin
2012-06-06 23:25:33 +00:00
parent cc71645bf7
commit 617235b1a0
3 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ struct sqlite3_mutex {
** this out as well.
*/
#if 0
#if SQLITE_OS_WINCE
#if SQLITE_OS_WINCE || SQLITE_OS_WINRT
# define mutexIsNT() (1)
#else
static int mutexIsNT(void){