Bug 53863 - [WIN] Use WCHAR instead of TCHAR
Summary: [WIN] Use WCHAR instead of TCHAR
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Patrick R. Gansterer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-05 16:04 PST by Patrick R. Gansterer
Modified: 2011-02-06 10:53 PST (History)
1 user (show)

See Also:


Attachments
Patch (14.86 KB, patch)
2011-02-05 16:12 PST, Patrick R. Gansterer
aroben: review+
aroben: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick R. Gansterer 2011-02-05 16:04:43 PST
see patch
Comment 1 Patrick R. Gansterer 2011-02-05 16:12:06 PST
Created attachment 81381 [details]
Patch
Comment 2 Adam Roben (:aroben) 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?
Comment 3 Patrick R. Gansterer 2011-02-06 10:53:24 PST
Committed r77775: <http://trac.webkit.org/changeset/77775>