mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
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:
parent
260f8e154a
commit
6e2f70a70f
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue