From 0251b2fe99bd6f3aa3f459196c382a4b22bfd8b7 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 20 May 2011 18:50:54 +0000 Subject: [PATCH] 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 --- gpu/include/GrConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu/include/GrConfig.h b/gpu/include/GrConfig.h index f1f24375ca..9ee37c73cc 100644 --- a/gpu/include/GrConfig.h +++ b/gpu/include/GrConfig.h @@ -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