mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-26 07:23:08 +01:00
Fixed posix build
This commit is contained in:
parent
a193747a0d
commit
519372625c
@ -1108,9 +1108,9 @@ void EventManager::init_shmem(sh_mem* shmem_data, bool initialize)
|
||||
*
|
||||
**************************************/
|
||||
|
||||
#ifdef WIN_NT
|
||||
int mutex_state;
|
||||
|
||||
#ifdef WIN_NT
|
||||
if ( (mutex_state = ISC_mutex_init(MUTEX, shmem_data->sh_mem_name)) )
|
||||
mutex_bugcheck("mutex init", mutex_state);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user