Closed Bug 4296 Opened 26 years ago Closed 26 years ago

Pre-processor choking on #elif XP_PC.

Categories

(SeaMonkey :: Build Config, defect, P3)

x86
Windows NT

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: joseph.gregorio, Assigned: mcmullen)

Details

Line 146 of nsFileSpec.h #elif XP_PC seems to be choking VC5 when I try to embed nsIWebShell in a Win32 application. Changing the line to #elif defined(XP_PC) fixes the problem.
Assignee: troy → mcmullen
Component: Layout → XP Utilities
Status: NEW → ASSIGNED
Yes, a silly error. Will fix right away.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fix checked in.
Since this is a code change, how do I check for the fix. Can I please get some help to verify this fix ?
Status: RESOLVED → VERIFIED
I just went back to check. THe line in question now reads: #elif defined(XP_PC) Consider it verified (marking it so).
Component: XP Utilities → Build Config
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.