fixing more win32 bustage

git-svn-id: svn://10.0.0.236/trunk@154828 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cbiesinger%web.de
2004-04-13 21:58:57 +00:00
parent 9ef32167c2
commit bbc140e983
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