[cairo-commit] 2 commits - src/win32

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed May 31 15:06:53 UTC 2023


 src/win32/dw-extra.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 38873d256821558013bd7c6e5f01cc92dd12fd4a
Merge: a2def1bd0 50225f55b
Author: Uli Schlachter <psychon at znc.in>
Date:   Wed May 31 15:06:51 2023 +0000

    Merge branch 'fix-leftover' into 'master'
    
    Remove stray #error in dw-extra.h
    
    See merge request cairo/cairo!481

commit 50225f55baa5d0f282204ce055b69479e51a75b8
Author: Luca Bacci <luca.bacci982 at gmail.com>
Date:   Wed May 31 12:28:56 2023 +0200

    Remove stray #error in dw-extra.h

diff --git a/src/win32/dw-extra.h b/src/win32/dw-extra.h
index c79e6389c..424fb606d 100644
--- a/src/win32/dw-extra.h
+++ b/src/win32/dw-extra.h
@@ -21,8 +21,6 @@ struct DWRITE_COLOR_GLYPH_RUN1_WORKAROUND : DWRITE_COLOR_GLYPH_RUN
 
 #else
 typedef DWRITE_COLOR_GLYPH_RUN1 DWRITE_COLOR_GLYPH_RUN1_WORKAROUND;
-#error
-
 #endif
 
 DEFINE_ENUM_FLAG_OPERATORS(DWRITE_GLYPH_IMAGE_FORMATS);


More information about the cairo-commit mailing list