ref: 6ce6685659bab4aca0f0da66c5a7cb6f5190dc54
parent: 4b8ccc56d8b4971a4f0434f497d74c641402222d
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Jan 18 16:29:48 EST 2018
* src/base/ftver.rc: Fix mingw-w64 compilation.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-01-18 Alexei Podtelezhnikov <[email protected]>
+ * src/base/ftver.rc: Fix mingw-w64 compilation.
+
+2018-01-18 Alexei Podtelezhnikov <[email protected]>
+
[build] Enable VERSIONINFO resource for Cygwin/MinGW.
* builds/unix/configure.raw: Check for resource compiler.
--- a/src/base/ftver.rc
+++ b/src/base/ftver.rc
@@ -16,7 +16,7 @@
/***************************************************************************/
-#include<Windows.h>
+#include<windows.h>
#define FT_VERSION 2,9,0,0
#define FT_VERSION_STR "2.9.0"
@@ -45,7 +45,7 @@
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