Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
git-svn-id: svn://10.0.0.236/trunk@121534 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#include "nsIWindowWatcher.h"
|
||||
#include "plstr.h"
|
||||
#include "Preferences.h"
|
||||
#include "nsCRT.h"
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
// Mozilla
|
||||
#include "nsIProfile.h"
|
||||
#include "nsIServiceManager.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define new DEBUG_NEW
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#include "nsILocalFile.h"
|
||||
#include "nsString.h"
|
||||
#include "nsXPIDLString.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "nsCWebBrowser.h"
|
||||
#include "nsWidgetsCID.h"
|
||||
#include "nsIProfileChangeStatus.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
// Local includes
|
||||
#include "resource.h"
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
#include "nsIURI.h"
|
||||
#include "plstr.h"
|
||||
#include "nsIInterfaceRequestor.h"
|
||||
#include "nsCRT.h"
|
||||
|
||||
// Local header files
|
||||
#include "winEmbed.h"
|
||||
|
||||
Reference in New Issue
Block a user