зеркало из https://github.com/mozilla/pjs.git
Fix Linux.
This commit is contained in:
Родитель
abdb7d865e
Коммит
dc7f3fdebd
|
@ -54,13 +54,13 @@
|
||||||
#include "nsUrlbarHistory.h"
|
#include "nsUrlbarHistory.h"
|
||||||
#include "nsDownloadManager.h"
|
#include "nsDownloadManager.h"
|
||||||
#include "nsDownloadProxy.h"
|
#include "nsDownloadProxy.h"
|
||||||
#include "nsWindowsHooks.h"
|
|
||||||
#if defined(MOZ_LDAP_XPCOM)
|
#if defined(MOZ_LDAP_XPCOM)
|
||||||
#include "nsLDAPAutoCompleteSession.h"
|
#include "nsLDAPAutoCompleteSession.h"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if defined(XP_WIN)
|
#if defined(XP_WIN)
|
||||||
#ifndef MOZ_PHOENIX
|
#ifndef MOZ_PHOENIX
|
||||||
|
#include "nsWindowsHooks.h"
|
||||||
#include "nsAlertsService.h"
|
#include "nsAlertsService.h"
|
||||||
#endif
|
#endif
|
||||||
#include "nsUrlWidget.h"
|
#include "nsUrlWidget.h"
|
||||||
|
@ -93,13 +93,13 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsUrlbarHistory)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGlobalHistory, Init)
|
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGlobalHistory, Init)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsDownloadManager, Init)
|
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsDownloadManager, Init)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDownloadProxy)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsHooks)
|
|
||||||
#if defined(MOZ_LDAP_XPCOM)
|
#if defined(MOZ_LDAP_XPCOM)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsLDAPAutoCompleteSession)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsLDAPAutoCompleteSession)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if defined(XP_WIN)
|
#if defined(XP_WIN)
|
||||||
#ifndef MOZ_PHOENIX
|
#ifndef MOZ_PHOENIX
|
||||||
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsHooks)
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAlertsService)
|
||||||
#endif
|
#endif
|
||||||
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsUrlWidget, Init)
|
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsUrlWidget, Init)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче