fix spidermonkey with x64 windows

This commit is contained in:
Jeff Lenk
2010-11-16 17:34:50 -06:00
parent 9257e0f344
commit 4f343bf892
2 changed files with 55 additions and 2 deletions

View File

@@ -235,7 +235,7 @@ void _PR_InitMW(void)
* We use NT 4's InterlockedCompareExchange() to operate
* on PRMWStatus variables.
*/
PR_ASSERT(sizeof(PVOID) == sizeof(PRMWStatus));
//PR_ASSERT(sizeof(PVOID) == sizeof(PRMWStatus));
TimerInit();
#endif
mw_lock = PR_NewLock();