- Fix build

svn path=/trunk/; revision=56167
This commit is contained in:
Rafal Harabien 2012-03-15 22:12:03 +00:00
parent 19482c1458
commit 97400232da
2 changed files with 6 additions and 4 deletions

View file

@ -34,6 +34,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "wine/wine_common_ver.rc"
#include "avifile_private.h"
/* UTF-8 */
#pragma code_page(65001)
/*
* Everything specific to any language goes
* in one of the specific files.
@ -68,8 +71,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_TR_TR
#include "avifile_Tr.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DA_DK
#include "avifile_Da.rc"
#endif

View file

@ -46,6 +46,9 @@ IDB_CERT_WATERMARK BITMAP certwatermark.bmp
/* @makedep: certheader.bmp */
IDB_CERT_HEADER BITMAP certheader.bmp
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "cryptui_En.rc"
#endif
@ -55,8 +58,6 @@ IDB_CERT_HEADER BITMAP certheader.bmp
#ifdef LANGUAGE_PL_PL
#include "cryptui_Pl.rc"
#endif
/* UTF-8 */
#ifdef LANGUAGE_DE_DE
#include "cryptui_De.rc"
#endif