Made the test work again
git-svn-id: svn://10.0.0.236/trunk@15219 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "nsString.h"
|
||||
|
||||
// XXX begin bad code
|
||||
#include "plevent.h"
|
||||
#include "nsINetService.h"
|
||||
#include "nsRepository.h"
|
||||
#ifdef XP_PC
|
||||
@@ -46,6 +47,10 @@ static void Usage(void)
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
#ifdef XP_PC
|
||||
PL_InitializeEventsLib("");
|
||||
#endif
|
||||
|
||||
nsRepository::RegisterFactory(kNetServiceCID, NETLIB_DLL, PR_FALSE, PR_FALSE);
|
||||
|
||||
PRBool verbose = PR_FALSE;
|
||||
|
||||
Reference in New Issue
Block a user