зеркало из https://github.com/mozilla/gecko-dev.git
Fix for clicking on links
This commit is contained in:
Родитель
702d73b95c
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче