fixing more win32 bustage

This commit is contained in:
cbiesinger%web.de 2004-04-13 21:58:57 +00:00
parent 20239cff2e
commit 496d0ac191
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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