[Webkit-unassigned] [Bug 6497] New: Use #include, not #import, in KWQ C++ files

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 11 18:26:38 PST 2006


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

           Summary: Use #include, not #import, in KWQ C++ files
           Product: WebKit
           Version: 412+
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: jhaygood at spsu.edu


Some KWQ C++ files use Objective C #import, which isn't portable to MSVC.
#import for MSVC means import from a COM type library.

Attatched patch changes this to use #include in KWQ files with a .cpp extension
already and with the changes compile on Win32 readily.

-- 
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