[Webkit-unassigned] [Bug 6403] Windows patch: KJS_EXPORT for building DLLs

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jan 16 14:16:30 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6403


jhaygood at spsu.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5519 is|0                           |1
           obsolete|                            |
Attachment #5520 is|0                           |1
           obsolete|                            |




------- Additional Comments From jhaygood at spsu.edu  2006-01-16 14:16 -------
Created an attachment (id=5726)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=5726&action=view)
KJS_EXPORT 

* Defines KJS_EXPORT in config.h (Requires JAVASCRIPTCORE_EXPORTS is defined by
the compiler if using Windows)
* If KJS_EXPORT isn't defined, it defines it to blank
* Exports the same classes KJS does
* Fixes a spelling error in one of the headers (error fixed in KJS's export
diff)
* Includes "nodes.h" in headers that require it (don't know why it didn't have
an error before now)
* On Windows only, makes sure the JSValue private declarations used only to
create a compiler error aren't there.. Exported classes require definitions.


-- 
Configure bugmail: http://bugzilla.opendarwin.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