Bug 560715 - "Windows trunk builds failing due to: storagecomps.dll : fatal error LNK1120: 2 unresolved externals" [r=bsmedberg] ok on a CLOSED TREE per sheriff

This commit is contained in:
Neil Rashbrook 2010-04-21 01:08:00 -04:00
Родитель 58a60a1493
Коммит beebef612e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -103,6 +103,7 @@
#include "mozilla/Mutex.h"
#include "mozilla/Monitor.h"
#include "mozilla/CondVar.h"
#include "mozilla/TimeStamp.h"
using namespace mozilla;
@ -301,6 +302,8 @@ void XXXNeverCalled()
Mutex theMutex("dummy");
Monitor theMonitor("dummy2");
CondVar theCondVar(theMutex, "dummy3");
TimeStamp theTimeStamp;
TimeDuration theTimeDuration;
NS_WildCardValid((const char *)nsnull);
NS_WildCardValid((const PRUnichar *)nsnull);