Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLL
Review URL: http://codereview.appspot.com/4530059/ git-svn-id: http://skia.googlecode.com/svn/trunk@1392 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
bcc56836ea
commit
0251b2fe99
@ -189,7 +189,7 @@ typedef unsigned __int64 uint64_t;
|
||||
// debug -vs- release
|
||||
//
|
||||
|
||||
extern void GrPrintf(const char format[], ...);
|
||||
extern GR_API void GrPrintf(const char format[], ...);
|
||||
|
||||
/**
|
||||
* GR_STRING makes a string of X where X is expanded before conversion to a string
|
||||
|
Loading…
Reference in New Issue
Block a user