Alexandre Julliard : msvfw32: Add missing utf8 pragma.
20 Aug
2009
20 Aug
'09
5:59 p.m.
Module: wine Branch: master Commit: 2ff209ed2f5804696ec772deb3ab13c06f4f268e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2ff209ed2f5804696ec772deb3... Author: Alexandre Julliard <julliard(a)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
6056
Age (days ago)
6056
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard