зеркало из https://github.com/mozilla/pjs.git
Fixed mac build bustage
This commit is contained in:
Родитель
c5334efc2b
Коммит
913d917e78
|
@ -44,9 +44,15 @@ extern "C" {
|
|||
#if defined(XP_WIN) || defined(XP_OS2)
|
||||
extern char *XP_AppCodeName;
|
||||
extern char *XP_AppVersion;
|
||||
extern char *XP_AppName;
|
||||
extern char *XP_AppLanguage;
|
||||
extern char *XP_AppPlatform;
|
||||
#else
|
||||
extern const char *XP_AppCodeName;
|
||||
extern const char *XP_AppVersion;
|
||||
extern const char *XP_AppName;
|
||||
extern const char *XP_AppLanguage;
|
||||
extern const char *XP_AppPlatform;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -68,7 +74,6 @@ extern "C" void NET_ClientProtocolInitialize()
|
|||
static NS_DEFINE_IID(kIProtocolConnectionIID, NS_IPROTOCOLCONNECTION_IID);
|
||||
static NS_DEFINE_IID(kINetContainerApplicationIID, NS_INETCONTAINERAPPLICATION_IID);
|
||||
|
||||
|
||||
nsNetlibService::nsNetlibService(nsINetContainerApplication *aContainerApp)
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
|
|
Загрузка…
Ссылка в новой задаче