mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1799258: apply code formatting via Lando
# ignore-this-changeset
This commit is contained in:
parent
0853ff86a4
commit
f63433d7a5
@ -6,7 +6,8 @@
|
||||
#ifndef mozilla_gfx_AllOfDcomp_h
|
||||
#define mozilla_gfx_AllOfDcomp_h
|
||||
|
||||
// Getting everything that we need in dcomp.h defined means messing with some defines.
|
||||
// Getting everything that we need in dcomp.h defined means messing with some
|
||||
// defines.
|
||||
|
||||
#if (_WIN32_WINNT < _WIN32_WINNT_WIN10)
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
#if defined(__MINGW32__) // 64 defines both 32 and 64
|
||||
// We need to fake some things, while we wait on updates to mingw's dcomp.h
|
||||
// header. Just enough that we can successfully fail to work there.
|
||||
#define MOZ_MINGW_DCOMP_H_INCOMPLETE
|
||||
# define MOZ_MINGW_DCOMP_H_INCOMPLETE
|
||||
struct IDCompositionColorMatrixEffect : public IDCompositionFilterEffect {};
|
||||
struct IDCompositionTableTransferEffect : public IDCompositionFilterEffect {};
|
||||
#endif // defined(__MINGW32__)
|
||||
|
Loading…
Reference in New Issue
Block a user