Bug 1799258: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-02-06 20:02:15 +00:00
parent 987b128720
commit 38ce5da877
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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_OLD
# define MOZ_MINGW_DCOMP_H_OLD
struct IDCompositionFilterEffect : public IDCompositionEffect {};
struct IDCompositionColorMatrixEffect : public IDCompositionFilterEffect {};
struct IDCompositionTableTransferEffect : public IDCompositionFilterEffect {};