mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
- Fix build
svn path=/trunk/; revision=56167
This commit is contained in:
parent
19482c1458
commit
97400232da
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue