Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2625)

Issue 6588055: Fixed cross compilation with mingw

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by jacek
Modified:
11 years, 6 months ago
Reviewers:
bungeman
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

Fixed cross compilation with mingw It's a trivial problem: when cross compiling on case sensitive OS, DWrite.h is not found. MinGW uses lower case for all includes. I've already fixed similar problem with usp10.h in the past: http://codereview.appspot.com/5444044/ BUG=897

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/core/SkAdvancedTypefaceMetrics.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
jacek
11 years, 7 months ago (2012-10-01 10:04:57 UTC) #1
reed1
11 years, 7 months ago (2012-10-01 12:34:33 UTC) #2
jacek
Ping, can this be committed?
11 years, 6 months ago (2012-10-05 08:26:39 UTC) #3
jacek
On 2012/10/05 08:26:39, jacek wrote: > Ping, can this be committed? Please, it's really trivial. ...
11 years, 6 months ago (2012-10-30 08:36:45 UTC) #4
reed1
ben is the reviewer you need.
11 years, 6 months ago (2012-10-30 12:49:26 UTC) #5
bungeman
11 years, 6 months ago (2012-10-30 14:16:39 UTC) #6
lgtm

Note that dwrite.h is already lowercase in SkFontHost_win_dw.cpp, I'm not sure
why this one was different.

Committed revision 6197.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b