Closed
Bug 755836
Opened 13 years ago
Closed 13 years ago
Undef near in Dictionary Helper code generator
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
1.10 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
For bug 751663, I added a new event. One of the attributes of this event is 'near'. near (and far) are defined on Win32 which results in this error:
e:\builds\moz2_slave\try-w32\build\obj-firefox\dist\include\DictionaryHelpers.h(269) : error C2208: 'bool' : no members defined using this type
In order to avoid this error, i am undef'ing near. This is similar to what we do in other places (http://mxr.mozilla.org/mozilla-central/search?string=Microsoft%27s+API+Name+hackery+sucks)
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #624456 -
Flags: review?
Assignee | ||
Updated•13 years ago
|
Attachment #624456 -
Flags: review? → review?(khuey)
Updated•13 years ago
|
Summary: Undef near in Directory Helper code generator → Undef near in Dictionary Helper code generator
Attachment #624456 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•