зеркало из https://github.com/mozilla/pjs.git
Bug 233751 - fix #include case on mac, so it will build on HFS+ volumes. patch by ch-moz@bobobeach.com r=me sr=bz
This commit is contained in:
Родитель
4c251d83bc
Коммит
ce82e9c3b7
|
@ -41,8 +41,8 @@
|
|||
|
||||
#include "EudoraDebugLog.h"
|
||||
|
||||
#include <resources.h>
|
||||
#include <files.h>
|
||||
#include <Resources.h>
|
||||
#include <Files.h>
|
||||
#include <TextUtils.h>
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#include "nsIStringStream.h"
|
||||
#include "nsIURL.h"
|
||||
#include "nsNetUtil.h"
|
||||
#include "nsIMimeService.h"
|
||||
#include "nsIMIMEService.h"
|
||||
#include "nsCExternalHandlerService.h"
|
||||
#include "plstr.h"
|
||||
#include "nsILocalFileMac.h"
|
||||
|
@ -42,7 +42,7 @@
|
|||
#include <Files.h>
|
||||
#include <Folders.h>
|
||||
#include <Icons.h>
|
||||
#include <QuickDraw.h>
|
||||
#include <Quickdraw.h>
|
||||
#include <MacMemory.h>
|
||||
|
||||
// nsIconChannel methods
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include <MacWindows.h>
|
||||
|
||||
#include "nsCommandLineServiceMac.h"
|
||||
#include "nsComPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "nsIBaseWindow.h"
|
||||
#include "nsIContent.h"
|
||||
#include "nsIDocument.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче