From fefb11aebde87ae2b87c6727324cf2471ba66921 Mon Sep 17 00:00:00 2001 From: atotic Date: Thu, 2 Jul 1998 22:34:46 +0000 Subject: [PATCH] Fixed mac build bustage git-svn-id: svn://10.0.0.236/trunk@4928 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/network/module/nsNetService.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/network/module/nsNetService.cpp b/mozilla/network/module/nsNetService.cpp index 423a5d83ad1..1b199001836 100644 --- a/mozilla/network/module/nsNetService.cpp +++ b/mozilla/network/module/nsNetService.cpp @@ -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();