Closed
Bug 950503
Opened 12 years ago
Closed 12 years ago
Build accessible/src/windows in unified mode
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
3.71 KB,
patch
|
tbsaunde
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #8347785 -
Flags: review?(surkov.alexander)
Comment 2•12 years ago
|
||
Comment on attachment 8347785 [details] [diff] [review]
Build accessible/src/windows in unified mode
>+# These files cannot be built in unified mode because they both include
>+# AccessibleTable2_i.c.
I'm not really sure why that matters, but whatever
Attachment #8347785 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #2)
> Comment on attachment 8347785 [details] [diff] [review]
> Build accessible/src/windows in unified mode
>
> >+# These files cannot be built in unified mode because they both include
> >+# AccessibleTable2_i.c.
>
> I'm not really sure why that matters, but whatever
That file is generated by the MSIDL compiler and contains the IID definitions of the interfaces, but it doesn't have include guards, so it cannot be #included more than once in the same translation unit.
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•