RESOLVED FIXED53863
[WIN] Use WCHAR instead of TCHAR
https://bugs.webkit.org/show_bug.cgi?id=53863
Summary [WIN] Use WCHAR instead of TCHAR
Patrick R. Gansterer
Reported 2011-02-05 16:04:43 PST
see patch
Attachments
Patch (14.86 KB, patch)
2011-02-05 16:12 PST, Patrick R. Gansterer
aroben: review+
aroben: commit-queue-
Patrick R. Gansterer
Comment 1 2011-02-05 16:12:06 PST
Adam Roben (:aroben)
Comment 2 2011-02-06 08:59:11 PST
Comment on attachment 81381 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=81381&action=review > Source/WebCore/platform/graphics/win/SimpleFontDataCGWin.cpp:78 > GetTextFace(dc, faceLength, faceName.data()); > m_isSystemFont = !_tcscmp(faceName.data(), _T("Lucida Grande")); How about GetTextFaceW and wcscmp?
Patrick R. Gansterer
Comment 3 2011-02-06 10:53:24 PST
Note You need to log in before you can comment on or make changes to this bug.