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

Issue 4664056: Fix pdf img macros for windows builds (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 2 months ago by bsalomon
Modified:
13 years, 2 months ago
Reviewers:
bungeman, epoger, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M gm/gmmain.cpp View 1 chunk +2 lines, -2 lines 1 comment Download

Messages

Total messages: 5
bsalomon
"true" and "false" aren't valid in #if on windows
13 years, 2 months ago (2011-06-29 19:34:04 UTC) #1
bungeman
On 2011/06/29 19:34:04, bsalomon wrote: > "true" and "false" aren't valid in #if on windows ...
13 years, 2 months ago (2011-06-29 19:37:09 UTC) #2
bsalomon
Closed with r1762.
13 years, 2 months ago (2011-06-29 19:43:27 UTC) #3
epoger
http://codereview.appspot.com/4664056/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): http://codereview.appspot.com/4664056/diff/1/gm/gmmain.cpp#newcode24 gm/gmmain.cpp:24: #define CAN_IMAGE_PDF 1 Why aren't we just either defining ...
13 years, 2 months ago (2011-06-29 19:54:32 UTC) #4
reed1
13 years, 2 months ago (2011-06-29 20:05:28 UTC) #5
'cause only some platforms can 'image' pdf, all can generate it.

However, if we switch to multiple impls of the same header (see my
prev comments), I think we can remove that, and just rely on the
runtime return from the call.

On Wed, Jun 29, 2011 at 3:54 PM,  <epoger@google.com> wrote:
>
> http://codereview.appspot.com/4664056/diff/1/gm/gmmain.cpp
> File gm/gmmain.cpp (right):
>
> http://codereview.appspot.com/4664056/diff/1/gm/gmmain.cpp#newcode24
> gm/gmmain.cpp:24: #define CAN_IMAGE_PDF   1
> Why aren't we just either defining these symbols or not (a la
> SK_SUPPORT_PDF), so we can just use #ifdef ?
>
> http://codereview.appspot.com/4664056/
>
Sign in to reply to this message.

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