[Freeswitch-svn] [commit] r11756 - freeswitch/trunk/libs/sqlite/src
FreeSWITCH SVN
anthm at freeswitch.org
Wed Feb 11 07:15:44 PST 2009
Author: anthm
Date: Wed Feb 11 09:15:44 2009
New Revision: 11756
Log:
FSCORE-292
Modified:
freeswitch/trunk/libs/sqlite/src/os_win.c
Modified: freeswitch/trunk/libs/sqlite/src/os_win.c
==============================================================================
--- freeswitch/trunk/libs/sqlite/src/os_win.c (original)
+++ freeswitch/trunk/libs/sqlite/src/os_win.c Wed Feb 11 09:15:44 2009
@@ -25,9 +25,9 @@
/*
** Macros used to determine whether or not to use threads.
*/
-#if defined(THREADSAFE) && THREADSAFE
+//#if defined(THREADSAFE) && THREADSAFE
# define SQLITE_W32_THREADS 1
-#endif
+//#endif
/*
** Include code that is common to all os_*.c files
@@ -1616,7 +1616,7 @@
inMutex++;
}
void sqlite3WinLeaveMutex(){
- assert( inMutex );
+ //assert( inMutex );
inMutex--;
#ifdef SQLITE_W32_THREADS
assert( mutexOwner==GetCurrentThreadId() );
More information about the Freeswitch-svn
mailing list