38 *sobj = CreateMutex(
NULL, FALSE,
NULL);
39 ret = (int)(*sobj != INVALID_HANDLE_VALUE);
71 ret = CloseHandle(sobj);
100 ret = (int)(WaitForSingleObject(sobj,
_FS_TIMEOUT) == WAIT_OBJECT_0);
Master include file for project Includes all project includes and defines here.
MEMSPACE void * safemalloc(size_t size)
Safe Malloc - Display Error message if Malloc fails.
void * ff_memalloc(UINT msize)
void ff_memfree(void *mblock)
MEMSPACE void safefree(void *p)
Safe free - Only free a pointer if it is in malloc memory range. We want to try to catch frees of sta...