freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 6ce6685: * src/base/ftver.rc: Fix mingw-w64 compilati


From: Alexei Podtelezhnikov
Subject: [freetype2] master 6ce6685: * src/base/ftver.rc: Fix mingw-w64 compilation.
Date: Thu, 18 Jan 2018 21:30:23 -0500 (EST)

branch: master
commit 6ce6685659bab4aca0f0da66c5a7cb6f5190dc54
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * 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 526c4e0..c9d5be1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2018-01-18  Alexei Podtelezhnikov  <address@hidden>
 
+       * src/base/ftver.rc: Fix mingw-w64 compilation.
+
+2018-01-18  Alexei Podtelezhnikov  <address@hidden>
+
        [build] Enable VERSIONINFO resource for Cygwin/MinGW.
 
        * builds/unix/configure.raw: Check for resource compiler.
diff --git a/src/base/ftver.rc b/src/base/ftver.rc
index 498e599..cdff99f 100644
--- 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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]