mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Fix for clicking on links
This commit is contained in:
parent
702d73b95c
commit
ddab882f04
@ -27,6 +27,7 @@
|
||||
#include "nsxpfcCIID.h"
|
||||
#include "nsIAppShell.h"
|
||||
#include "nspr.h"
|
||||
#include "plevent.h"
|
||||
|
||||
#define XPFC_DLL "xpfc10.dll"
|
||||
|
||||
@ -73,6 +74,9 @@ int PASCAL WinMain(HANDLE instance, HANDLE prevInstance, LPSTR cmdParam, int nCm
|
||||
PR_Init(PR_USER_THREAD, PR_PRIORITY_NORMAL, 0);
|
||||
PR_STDIO_INIT();
|
||||
|
||||
PL_InitializeEventsLib("");
|
||||
|
||||
|
||||
// Let get a ShellInstance for this Application instance
|
||||
nsRepository::RegisterFactory(kCShellInstanceCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
nsRepository::RegisterFactory(kCMenuBarCID, XPFC_DLL, PR_FALSE, PR_FALSE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user