зеркало из https://github.com/mozilla/gecko-dev.git
Include msgCore.h as first include file for use as a precompiled header...
This commit is contained in:
Родитель
cff33db62e
Коммит
e94e61a4db
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче