From 6ce6685659bab4aca0f0da66c5a7cb6f5190dc54 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 18 Jan 2018 21:29:48 -0500 Subject: [PATCH] * src/base/ftver.rc: Fix mingw-w64 compilation. --- ChangeLog | 4 ++++ src/base/ftver.rc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 526c4e0db..c9d5be107 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-01-18 Alexei Podtelezhnikov + + * src/base/ftver.rc: Fix mingw-w64 compilation. + 2018-01-18 Alexei Podtelezhnikov [build] Enable VERSIONINFO resource for Cygwin/MinGW. diff --git a/src/base/ftver.rc b/src/base/ftver.rc index 498e59929..cdff99f7f 100644 --- a/src/base/ftver.rc +++ b/src/base/ftver.rc @@ -16,7 +16,7 @@ /***************************************************************************/ -#include +#include #define FT_VERSION 2,9,0,0 #define FT_VERSION_STR "2.9.0" @@ -45,7 +45,7 @@ BEGIN VALUE "FileVersion", FT_VERSION_STR VALUE "ProductName", "FreeType" VALUE "ProductVersion", FT_VERSION_STR - VALUE "LegalCopyright", "© 2018 The FreeType Project www.freetype.org. All rights reserved." + VALUE "LegalCopyright", "\251 2018 The FreeType Project www.freetype.org. All rights reserved." VALUE "InternalName", "freetype" VALUE "OriginalFilename", FT_FILENAME END