mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 03:00:30 +00:00
fixing more win32 bustage
This commit is contained in:
parent
20239cff2e
commit
496d0ac191
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user