WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
53863
[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-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Patrick R. Gansterer
Comment 1
2011-02-05 16:12:06 PST
Created
attachment 81381
[details]
Patch
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
Committed
r77775
: <
http://trac.webkit.org/changeset/77775
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug