Closed
Bug 4296
Opened 26 years ago
Closed 26 years ago
Pre-processor choking on #elif XP_PC.
Categories
(SeaMonkey :: Build Config, defect, P3)
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.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
Since this is a code change, how do I check for the fix. Can I please get some
help to verify this fix ?
I just went back to check. THe line in question now reads:
#elif defined(XP_PC)
Consider it verified (marking it so).
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•