[Webkit-unassigned] [Bug 21338] IDL files use #if defined(ENABLE_whatever) instead of #if ENABLE_whatever
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 3 12:13:12 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21338
mark at moxienet.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|IDL files use #if |IDL files use #if
|defined(ENABLE_whatever) |defined(ENABLE_whatever)
|instead of #if |instead of #if
|ENABLE(whatever) |ENABLE_whatever
------- Comment #1 from mark at moxienet.com 2008-10-03 12:13 PDT -------
Followup: the IDL files should use #if ENABLE_WHATEVER directly, because they
are preprocessed without wtf/Platform.h being included, and the ENABLE() macro
is not available.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list