[Scummvm-git-logs] scummvm master -> 29a6b30ec3105780ad6f6a8016f3cbfbdfaf72cf
eriktorbjorn
noreply at scummvm.org
Tue Mar 29 07:02:17 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
29a6b30ec3 GRAPHICS: Fix build
Commit: 29a6b30ec3105780ad6f6a8016f3cbfbdfaf72cf
https://github.com/scummvm/scummvm/commit/29a6b30ec3105780ad6f6a8016f3cbfbdfaf72cf
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-03-29T09:01:47+02:00
Commit Message:
GRAPHICS: Fix build
Changed paths:
graphics/fonts/freetype.cpp
diff --git a/graphics/fonts/freetype.cpp b/graphics/fonts/freetype.cpp
index 1a3cf2e951c..4c2453690f0 100644
--- a/graphics/fonts/freetype.cpp
+++ b/graphics/fonts/freetype.cpp
@@ -19,13 +19,14 @@
*
*/
-#ifdef USE_FREETYPE2
-
// Since FreeType2 includes files, which contain forbidden symbols, we need to
// allow all symbols here.
#define FORBIDDEN_SYMBOL_ALLOW_ALL
#include "common/scummsys.h"
+
+#ifdef USE_FREETYPE2
+
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_GLYPH_H
More information about the Scummvm-git-logs
mailing list