Alexandre Julliard : msvfw32: Add missing utf8 pragma.

Alexandre Julliard julliard at winehq.org
Thu Aug 20 12:59:06 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Aug 20 15:33:26 2009 +0200

msvfw32: Add missing utf8 pragma.

---

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

diff --git a/dlls/msvfw32/msvfw32_Es.rc b/dlls/msvfw32/msvfw32_Es.rc
index 2745361..c5eb635 100644
--- a/dlls/msvfw32/msvfw32_Es.rc
+++ b/dlls/msvfw32/msvfw32_Es.rc
@@ -19,6 +19,8 @@
 
 #include "msvideo_private.h"
 
+#pragma code_page(65001)
+
 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
 
 ICM_CHOOSE_COMPRESSOR DIALOG DISCARDABLE  36, 24, 187, 95




More information about the wine-cvs mailing list