Include msgCore.h as first include file for use as a precompiled header...

git-svn-id: svn://10.0.0.236/trunk@19943 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mscott%netscape.com
1999-02-07 01:11:39 +00:00
parent ee6caf9c4b
commit acee8de036
7 changed files with 13 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
* Reserved.
*/
#include "msgCore.h"
#include "msgCore.h" // precompiled header...
#include "nsNNTPNewsgroupList.h"
#include "nsINNTPHost.h"
#include "nsINNTPArticleList.h"

View File

@@ -16,6 +16,8 @@
* Reserved.
*/
#include "msgCore.h" // precompiled header...
#include "nsNNTPArticleSet.h"
#include "nsINNTPHost.h"

View File

@@ -16,7 +16,8 @@
* Reserved.
*/
#include "msgCore.h"
#include "msgCore.h" // precompiled header...
#include "nsMsgFolderFlags.h"
#include "nntpCore.h"

View File

@@ -24,6 +24,8 @@
* related messages get passed to this object.
*/
#include "msgCore.h" // precompiled header...
#ifdef HAVE_PANES
class MSG_Master;
#endif

View File

@@ -16,6 +16,8 @@
* Reserved.
*/
#include "msgCore.h" // precompiled header...
#include "nsINNTPNewsgroupPost.h"
#include "nsNNTPNewsgroupPost.h"

View File

@@ -16,7 +16,8 @@
* Reserved.
*/
/* Please leave outside of ifdef for windows precompiled headers */
#include "msgCore.h" // precompiled header...
#define FORCE_PR_LOG /* Allow logging in the release build (sorry this breaks the PCH) */
#include "nsNNTPProtocol.h"

View File

@@ -16,6 +16,7 @@
* Reserved.
*/
#include "msgCore.h" // precompiled header...
#ifdef XP_PC
#include <windows.h> // for InterlockedIncrement