fixing more win32 bustage
git-svn-id: svn://10.0.0.236/trunk@154828 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -271,7 +271,7 @@ void nsMapiEntryArray::CleanUp(void)
|
||||
|
||||
MOZ_DECL_CTOR_COUNTER(nsAbWinHelper)
|
||||
|
||||
ULONG nsAbWinHelper::mEntryCounter = 0 ;
|
||||
PRUint32 nsAbWinHelper::mEntryCounter = 0 ;
|
||||
// There seems to be a deadlock/auto-destruction issue
|
||||
// in MAPI when multiple threads perform init/release
|
||||
// operations at the same time. So I've put a mutex
|
||||
|
||||
@@ -130,7 +130,7 @@ public:
|
||||
protected:
|
||||
HRESULT mLastError ;
|
||||
LPADRBOOK mAddressBook ;
|
||||
static ULONG mEntryCounter ;
|
||||
static PRUint32 mEntryCounter ;
|
||||
static PRLock *mMutex ;
|
||||
|
||||
// Retrieve the contents of a container, with an optional restriction
|
||||
|
||||
Reference in New Issue
Block a user