mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 560715 Trying harder to fix nonlibxul build bustage
This commit is contained in:
parent
62747706b4
commit
19df16de3a
@ -302,8 +302,8 @@ void XXXNeverCalled()
|
||||
Mutex theMutex("dummy");
|
||||
Monitor theMonitor("dummy2");
|
||||
CondVar theCondVar(theMutex, "dummy3");
|
||||
TimeStamp theTimeStamp;
|
||||
TimeDuration theTimeDuration;
|
||||
TimeStamp theTimeStamp = TimeStamp::Now();
|
||||
TimeDuration theTimeDuration = TimeDuration::FromMilliseconds(0);
|
||||
|
||||
NS_WildCardValid((const char *)nsnull);
|
||||
NS_WildCardValid((const PRUnichar *)nsnull);
|
||||
|
Loading…
Reference in New Issue
Block a user