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

This commit is contained in:
mscott%netscape.com 1999-02-07 01:11:39 +00:00
parent cff33db62e
commit e94e61a4db
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