mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Finally finish with MinGW building (linking still has some issues shush)
This commit is contained in:
parent
ad07988f5b
commit
854f39b4ab
32 changed files with 104 additions and 19 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#ifndef MOZILLA_GFX_EXTENDINPUTEFFECTD2D1_H_
|
||||
#define MOZILLA_GFX_EXTENDINPUTEFFECTD2D1_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <d2d1_1.h>
|
||||
#include <d2d1effectauthor.h>
|
||||
#include <d2d1effecthelpers.h>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef mozilla_gfx_NativeFontResourceDWrite_h
|
||||
#define mozilla_gfx_NativeFontResourceDWrite_h
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <dwrite.h>
|
||||
|
||||
#include "2D.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef mozilla_gfx_NativeFontResourceGDI_h
|
||||
#define mozilla_gfx_NativeFontResourceGDI_h
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "2D.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "PathD2D.h"
|
||||
#include "HelpersD2D.h"
|
||||
#include <math.h>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef MOZILLA_GFX_PATHD2D_H_
|
||||
#define MOZILLA_GFX_PATHD2D_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <d2d1.h>
|
||||
|
||||
#include "2D.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef MOZILLA_GFX_RADIALGRADIENTEFFECTD2D1_H_
|
||||
#define MOZILLA_GFX_RADIALGRADIENTEFFECTD2D1_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <d2d1_1.h>
|
||||
#include <d2d1effectauthor.h>
|
||||
#include <d2d1effecthelpers.h>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef MOZILLA_GFX_SOURCESURFACED2D1_H_
|
||||
#define MOZILLA_GFX_SOURCESURFACED2D1_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "2D.h"
|
||||
#include "HelpersD2D.h"
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#ifndef MOZILLA_GFX_SOURCESURFACESKIA_H_
|
||||
#define MOZILLA_GFX_SOURCESURFACESKIA_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "2D.h"
|
||||
#include <vector>
|
||||
#include "skia/include/core/SkCanvas.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue