Format: AllC/C++CSSTextshell script Advanced Search
87: #ifdef T2EX_MM 88: #define UMEMLOCK(ERR_RET) { \ 89: ULock(&_SmacbLock); \ 95: #else 96: #define UMEMLOCK(ERR_RET) MEMLOCK(ERR_RET) 97: #define UMEMUNLOCK() MEMUNLOCK()