Michael Stefaniuc : oleacc: Add missing encoding info to the German resource file.

Alexandre Julliard julliard at winehq.org
Tue Jul 7 08:08:20 CDT 2009


Module: wine
Branch: master
Commit: b880d71e28dd2ac82f689a442b26b7f0284ff45a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b880d71e28dd2ac82f689a442b26b7f0284ff45a

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Jul  7 11:06:26 2009 +0200

oleacc: Add missing encoding info to the German resource file.

The file is already UTF-8.

---

 dlls/oleacc/oleacc_De.rc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/oleacc/oleacc_De.rc b/dlls/oleacc/oleacc_De.rc
index f39ff39..f15cc2d 100644
--- a/dlls/oleacc/oleacc_De.rc
+++ b/dlls/oleacc/oleacc_De.rc
@@ -20,6 +20,8 @@
 
 #include "oleacc.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
 
 STRINGTABLE DISCARDABLE




More information about the wine-cvs mailing list