Commit 220c75c4 authored by Isaac Aggrey's avatar Isaac Aggrey
Browse files

Bug 794510: Part 3 - create NSPRFormatTime.h with temporarily undef'd...

Bug 794510: Part 3 - create NSPRFormatTime.h with temporarily undef'd NO_NSPR_10_SUPPORT for compatibility; r=ehsan
parent b7c96225
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
 * This code is based on original Mozilla gnome-vfs extension. It implements
 * input stream provided by GVFS/GIO.
*/
#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "mozilla/ModuleUtils.h"
#include "nsIPrefService.h"
#include "nsIPrefBranch.h"
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "nsJARInputStream.h"
#include "zipstruct.h"         // defines ZIP compression codes
#include "nsZipArchive.h"
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

 */

#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "nsEscape.h"
#include "nsDirectoryIndexStream.h"
#include "nsXPIDLString.h"
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#define FORCE_PR_LOG // Allow logging in the release build
#endif

#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "mozilla/net/CookieServiceChild.h"
#include "mozilla/net/NeckoCommon.h"

@@ -38,7 +39,6 @@
#include "nsAutoPtr.h"
#include "nsReadableUtils.h"
#include "nsCRT.h"
#include "prtime.h"
#include "prprf.h"
#include "nsNetUtil.h"
#include "nsNetCID.h"
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#include "NSPRFormatTime.h" // must include before any headers that include prtime.h
#include "nsTraceRefcntImpl.h"

// if NS_BUILD_REFCNT_LOGGING isn't defined, don't try to build
@@ -14,7 +15,6 @@
#include "nsStringStream.h"
#include "nsXPIDLString.h"
#include "nsIURI.h"
#include "prtime.h"
#include "nsCOMPtr.h"
#include "nsIFileStreams.h"
#include "nsNetUtil.h"
Loading