Bug 1799258: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-03-13 21:10:21 +00:00
parent 0853ff86a4
commit f63433d7a5
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_INCOMPLETE
# define MOZ_MINGW_DCOMP_H_INCOMPLETE
struct IDCompositionColorMatrixEffect : public IDCompositionFilterEffect {};
struct IDCompositionTableTransferEffect : public IDCompositionFilterEffect {};
#endif // defined(__MINGW32__)