Most linking errors dealt with on compiling on MinGW

This commit is contained in:
wuggy 2026-04-18 13:06:15 -07:00
commit dd7052503e
6 changed files with 27 additions and 7 deletions

View file

@ -347,10 +347,7 @@ public:
NS_IMETHOD SetDimensions(int32_t width, int32_t height) override;
NS_IMETHOD InitializeWithDrawTarget(nsIDocShell*,
NotNull<gfx::DrawTarget*>) override
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NotNull<gfx::DrawTarget*>) override;
NS_IMETHOD Reset() override {
/* (InitializeWithSurface) */