r=waterson, a=waterson
OS/2 bringup - this is a Windows path, not an XP_PC path
This commit is contained in:
mkaply@us.ibm.com
2000-07-05 13:39:07 +00:00
parent a69be780a5
commit 80ffaf0af8
2 changed files with 2 additions and 2 deletions

View File

@@ -545,7 +545,7 @@ nsHTMLDocument::StartDocumentLoad(const char* aCommand,
// 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,
#ifdef XP_PC
#if defined(XP_PC) && !defined(XP_OS2)
"%#c",
#else
"%c",