Changes to allow atomic operators to use a mutex if provided by the caller. The mutex will only be used if native atomic operations aren't supported on the host platform.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@192 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -1428,7 +1428,7 @@ Desc:
|
||||
****************************************************************************/
|
||||
FLMINT F_Base::Release( void)
|
||||
{
|
||||
FLMINT iRefCnt = --m_i32RefCnt;
|
||||
FLMINT iRefCnt = --m_refCnt;
|
||||
|
||||
if( !iRefCnt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user