SVN revision: 51507
This commit is contained in:
Carsten Haitzler 2010-08-22 02:32:47 +00:00
parent 4497367d7f
commit 1974702021
1 changed files with 26 additions and 27 deletions

View File

@ -417,8 +417,7 @@ static DWORD _main_thread;
static HANDLE _log_mutex = NULL;
# define LOG_LOCK() if(_threads_enabled) WaitForSingleObject(_log_mutex, \
INFINITE)
# define LOG_LOCK() if(_threads_enabled) WaitForSingleObject(_log_mutex, INFINITE)
# define LOG_UNLOCK() if(_threads_enabled) ReleaseMutex(_log_mutex)
# define INIT() ((_log_mutex = CreateMutex(NULL, FALSE, NULL)) ? 1 : 0)
# define SHUTDOWN() if (_log_mutex) CloseHandle(_log_mutex)