From b8f35dd3ba73a1246c5bff3c81d65ef3c099552a Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Tue, 8 May 2001 19:36:45 +0000 Subject: [PATCH] OS/2 TB breakage git-svn-id: svn://10.0.0.236/trunk@94254 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsExceptionService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/base/nsExceptionService.h b/mozilla/xpcom/base/nsExceptionService.h index a8611749efa..178e16baa7c 100644 --- a/mozilla/xpcom/base/nsExceptionService.h +++ b/mozilla/xpcom/base/nsExceptionService.h @@ -62,7 +62,7 @@ public: static PRLock* lock; static PRUintn tlsIndex; - static void ThreadDestruct( void *data ); + static void PR_CALLBACK ThreadDestruct( void *data ); #ifdef NS_DEBUG static PRInt32 totalInstances; #endif