/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Netscape Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is Netscape * Communications Corporation. Portions created by Netscape are * Copyright (C) 1998 Netscape Communications Corporation. All * Rights Reserved. * * Contributor(s): * Chak Nanga */ // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #ifndef _STDAFX_H #define _STDAFX_H #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #include // MFC core and standard components #include // MFC extensions #include // MFC support for Internet Explorer 4 Common Controls #include // Needed for MFC MBCS/Unicode Conversion Macros #ifndef _AFX_NO_AFXCMN_SUPPORT #include // MFC support for Windows Common Controls #endif // _AFX_NO_AFXCMN_SUPPORT #include "nsCOMPtr.h" #include "nsNetUtil.h" #include "nsString.h" #include "nsVoidArray.h" #include "nsCWebBrowser.h" #include "nsXPIDLString.h" #include "nsWidgetsCID.h" #include "nsIDocShell.h" #include "nsIWebBrowser.h" #include "nsIBaseWindow.h" #include "nsIWebNavigation.h" #include "nsIWebBrowserChrome.h" #include "nsIWebProgressListener.h" #include "nsIInterfaceRequestor.h" #include "nsIDocShellTreeOwner.h" #include "nsIDocShellTreeItem.h" #include "nsIClipboardCommands.h" #include "nsIWebBrowserPersist.h" #include "nsIContextMenuListener.h" #include "nsIDOMNode.h" #include "nsIDOMHTMLAnchorElement.h" #include "nsIDOMHTMLImageElement.h" #include "nsReadableUtils.h" #include "nsIPrompt.h" #include "nsIWalletService.h" #include "nsEmbedAPI.h" #include "nsISHistory.h" #include "nsISHEntry.h" #include "nsIPref.h" #include "nsAppDirectoryServiceDefs.h" #include "nsIProfileChangeStatus.h" #include "nsIObserverService.h" #include "nsINetDataCacheManager.h" #include "nsError.h" #include "nsIObserver.h" #include "nsWeakReference.h" #include "nsIWebBrowserSiteWindow.h" #include "nsIWebBrowserFind.h" //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif //_STDAFX_H