[Webkit-unassigned] [Bug 23818] Fix mix of unicode and ansi functions in PluginDatabaseWin.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 8 09:44:26 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23818


camaradetux at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27448|0                           |1
        is obsolete|                            |




------- Comment #7 from camaradetux at gmail.com  2009-02-08 09:44 PDT -------
Created an attachment (id=27466)
 --> (https://bugs.webkit.org/attachment.cgi?id=27466&action=view)
Let the compiler decide which function version use, but be consistent !

The patch now uses the macros, not the functions or types directly.
That nearly makes it possible to compile the file using the ansi functions and
types. However that is not possible (nor desirable) because two functions from
webkit's String.cpp are used so we display a nice error stating : "You need
UNICODE defined to compile this file and webkit in general".


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