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

Michael Stefaniuc mstefani at redhat.de
Tue Jul 7 04:06:26 CDT 2009


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
-- 
1.6.2.5



More information about the wine-patches mailing list