Add SK_API to SkCreateTypefaceFromLOGFONT.

Review URL: http://codereview.appspot.com/4273062

git-svn-id: http://skia.googlecode.com/svn/trunk@945 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
ctguil@chromium.org 2011-03-16 00:31:36 +00:00
parent 7ffb1b21ab
commit 109a2e3afa

View File

@ -25,7 +25,7 @@
* corresponding typeface for the specified logfont. The caller is responsible
* for calling unref() when it is finished.
*/
extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
SK_API extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
#endif