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:
@@ -16,7 +16,8 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include "msgCore.h"
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#include "nsNNTPNewsgroupList.h"
|
||||
#include "nsINNTPHost.h"
|
||||
#include "nsINNTPArticleList.h"
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#include "nsNNTPArticleSet.h"
|
||||
#include "nsINNTPHost.h"
|
||||
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include "msgCore.h"
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#include "nsMsgFolderFlags.h"
|
||||
|
||||
#include "nntpCore.h"
|
||||
|
||||
@@ -24,6 +24,8 @@
|
||||
* related messages get passed to this object.
|
||||
*/
|
||||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#ifdef HAVE_PANES
|
||||
class MSG_Master;
|
||||
#endif
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#include "nsINNTPNewsgroupPost.h"
|
||||
#include "nsNNTPNewsgroupPost.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
* Reserved.
|
||||
*/
|
||||
|
||||
#include "msgCore.h" // precompiled header...
|
||||
|
||||
#ifdef XP_PC
|
||||
#include <windows.h> // for InterlockedIncrement
|
||||
|
||||
Reference in New Issue
Block a user