Issue #61 - Follow-up: Fix gkmedias.dll link bustage related to Skia.

I don't understand why SK_API is being a problem, but it seems they are.
This commit is contained in:
Job Bautista 2023-03-16 19:28:34 +08:00 committed by roytam1
commit 6e2f70a70f
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class SkWStream;
* c. doc->endPage();
* 3. Close the document with doc->close().
*/
class SK_API SkDocument : public SkRefCnt {
class SkDocument : public SkRefCnt {
public:
struct OptionalTimestamp {
SkTime::DateTime fDateTime;

View file

@ -15,7 +15,7 @@
A utility proxy base class for implementing draw/paint filters.
*/
class SK_API SkPaintFilterCanvas : public SkNWayCanvas {
class SkPaintFilterCanvas : public SkNWayCanvas {
public:
/**
* DEPRECATED: use the variant below.