mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-06 13:08:55 +00:00
FSCORE-292
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11756 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
92147a7f7c
commit
06ebcccd65
@ -25,9 +25,9 @@
|
|||||||
/*
|
/*
|
||||||
** Macros used to determine whether or not to use threads.
|
** Macros used to determine whether or not to use threads.
|
||||||
*/
|
*/
|
||||||
#if defined(THREADSAFE) && THREADSAFE
|
//#if defined(THREADSAFE) && THREADSAFE
|
||||||
# define SQLITE_W32_THREADS 1
|
# define SQLITE_W32_THREADS 1
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Include code that is common to all os_*.c files
|
** Include code that is common to all os_*.c files
|
||||||
@ -1616,7 +1616,7 @@ void sqlite3WinEnterMutex(){
|
|||||||
inMutex++;
|
inMutex++;
|
||||||
}
|
}
|
||||||
void sqlite3WinLeaveMutex(){
|
void sqlite3WinLeaveMutex(){
|
||||||
assert( inMutex );
|
//assert( inMutex );
|
||||||
inMutex--;
|
inMutex--;
|
||||||
#ifdef SQLITE_W32_THREADS
|
#ifdef SQLITE_W32_THREADS
|
||||||
assert( mutexOwner==GetCurrentThreadId() );
|
assert( mutexOwner==GetCurrentThreadId() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user