зеркало из https://github.com/mozilla/pjs.git
Bug 670093 - gfx/2d fails to compile on mingw r=bas.schouten
This commit is contained in:
Родитель
48f578dbc1
Коммит
c6036c1c5c
|
@ -50,19 +50,19 @@
|
|||
#endif
|
||||
|
||||
typedef HRESULT (WINAPI*D2D1CreateFactoryFunc)(
|
||||
__in D2D1_FACTORY_TYPE factoryType,
|
||||
__in REFIID iid,
|
||||
__in_opt CONST D2D1_FACTORY_OPTIONS *pFactoryOptions,
|
||||
__out void **factory
|
||||
D2D1_FACTORY_TYPE factoryType,
|
||||
REFIID iid,
|
||||
CONST D2D1_FACTORY_OPTIONS *pFactoryOptions,
|
||||
void **factory
|
||||
);
|
||||
|
||||
typedef HRESULT (WINAPI*D3D10CreateEffectFromMemoryFunc)(
|
||||
__in void *pData,
|
||||
__in SIZE_T DataLength,
|
||||
__in UINT FXFlags,
|
||||
__in ID3D10Device *pDevice,
|
||||
__in ID3D10EffectPool *pEffectPool,
|
||||
__out ID3D10Effect **ppEffect
|
||||
void *pData,
|
||||
SIZE_T DataLength,
|
||||
UINT FXFlags,
|
||||
ID3D10Device *pDevice,
|
||||
ID3D10EffectPool *pEffectPool,
|
||||
ID3D10Effect **ppEffect
|
||||
);
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
#include "2D.h"
|
||||
|
||||
#include <D2D1.h>
|
||||
#include <d2d1.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace gfx {
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#ifndef MOZILLA_GFX_HELPERSD2D_H_
|
||||
#define MOZILLA_GFX_HELPERSD2D_H_
|
||||
|
||||
#include <D2D1.h>
|
||||
#include <d2d1.h>
|
||||
#include "2D.h"
|
||||
|
||||
namespace mozilla {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define MOZILLA_GFX_PATHD2D_H_
|
||||
|
||||
#include "2D.h"
|
||||
#include <D2D1.h>
|
||||
#include <d2d1.h>
|
||||
|
||||
namespace mozilla {
|
||||
namespace gfx {
|
||||
|
|
Загрузка…
Ссылка в новой задаче