Add SK_API to SkCreateTypefaceFromLOGFONT.
authorctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Mar 2011 00:31:36 +0000 (00:31 +0000)
committerctguil@chromium.org <ctguil@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 16 Mar 2011 00:31:36 +0000 (00:31 +0000)
Review URL: http://codereview.appspot.com/4273062

git-svn-id: http://skia.googlecode.com/svn/trunk@945 2bbb7eff-a529-9590-31e7-b0007b416f81

include/ports/SkTypeface_win.h

index 95a7b8c..88678d1 100644 (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