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:
ahodgkinson
2006-03-17 21:59:35 +00:00
parent 8211e1871d
commit 7b7988153a
13 changed files with 484 additions and 622 deletions

View File

@@ -1428,7 +1428,7 @@ Desc:
****************************************************************************/
FLMINT F_Base::Release( void)
{
FLMINT iRefCnt = --m_i32RefCnt;
FLMINT iRefCnt = --m_refCnt;
if( !iRefCnt)
{