Purge XP_PC.
Bug #56767 r=mkaply sr=alecf git-svn-id: svn://10.0.0.236/trunk@140602 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -797,7 +797,7 @@ nsHTMLDocument::RetrieveRelevantHeaders(nsIChannel *aChannel)
|
||||
// non-y2k with msvc; '%#c' requests that a full year be used in the
|
||||
// result string. Other OSes just use "%c".
|
||||
PR_FormatTime(buf, sizeof buf,
|
||||
#if defined(XP_PC) && !defined(XP_OS2)
|
||||
#ifdef XP_WIN
|
||||
"%#c",
|
||||
#else
|
||||
"%c",
|
||||
|
||||
Reference in New Issue
Block a user