This commit is contained in:
spider%netscape.com 1998-09-25 21:07:57 +00:00
Родитель 9958a80326
Коммит 5af597daab
4 изменённых файлов: 4 добавлений и 50 удалений

Просмотреть файл

@ -23,6 +23,7 @@
#include "nsxpfcCIID.h"
#include "nsIAppShell.h"
#include "nspr.h"
#include "nsINetService.h"
#include "Xm/Xm.h"
#include "Xm/MainW.h"
@ -156,6 +157,7 @@ void main(int argc, char **argv)
// We're done, clean up
nsApplicationManager::DeleteShellAssociation(pApplicationShell, pShellInstance);
NS_ShutdownINetService();
PR_Cleanup();
// book out of here

Просмотреть файл

@ -1,25 +0,0 @@
#
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
# NETSCAPE COMMUNICATIONS CORPORATION
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
# Reserved. Use of this Source Code is subject to the terms of the
# applicable license agreement from Netscape Communications Corporation.
# The copyright notice(s) in this Source Code does not indicate actual or
# intended publication of this Source Code.
#
GDEPTH = ../../../..
EXPORTS = \
$(NULL)
PRIVATE_EXPORTS = \
$(NULL)
MODULE = xpfc
CPPSRCS = \
main.cpp \
$(NULL)
REQUIRES = xpcom raptor

Просмотреть файл

@ -1,25 +0,0 @@
#
# CONFIDENTIAL AND PROPRIETARY SOURCE CODE OF
# NETSCAPE COMMUNICATIONS CORPORATION
# Copyright (C) 1996 Netscape Communications Corporation. All Rights
# Reserved. Use of this Source Code is subject to the terms of the
# applicable license agreement from Netscape Communications Corporation.
# The copyright notice(s) in this Source Code does not indicate actual or
# intended publication of this Source Code.
#
GDEPTH = ../../../..
EXPORTS = \
$(NULL)
PRIVATE_EXPORTS = \
$(NULL)
MODULE = xpfc
CPPSRCS = \
winmain.cpp \
$(NULL)
REQUIRES = xpcom raptor dom

Просмотреть файл

@ -28,6 +28,7 @@
#include "nsIAppShell.h"
#include "nspr.h"
#include "plevent.h"
#include "nsINetService.h"
#define XPFC_DLL "xpfc10.dll"
@ -148,6 +149,7 @@ int PASCAL WinMain(HANDLE instance, HANDLE prevInstance, LPSTR cmdParam, int nCm
NS_RELEASE(pApplicationShell);
NS_RELEASE(pShellInstance);
NS_ShutdownINetService();
PR_Cleanup();
// book out of here