mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-01 05:43:46 +00:00
Made the test work again
This commit is contained in:
parent
b8e87edf4b
commit
ef2ae0204f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user