mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-27 04:43:02 +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;
|
int mutex_state;
|
||||||
|
|
||||||
|
#ifdef WIN_NT
|
||||||
if ( (mutex_state = ISC_mutex_init(MUTEX, shmem_data->sh_mem_name)) )
|
if ( (mutex_state = ISC_mutex_init(MUTEX, shmem_data->sh_mem_name)) )
|
||||||
mutex_bugcheck("mutex init", mutex_state);
|
mutex_bugcheck("mutex init", mutex_state);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user