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:
kipp%netscape.com
1998-11-24 01:47:44 +00:00
parent 0ddab1d0ce
commit 9e72a38944

View File

@@ -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;