INTEGRATION: CWS enusencoding (1.3.96); FILE MERGED
2004/07/20 16:54:59 ihi 1.3.96.1: #i31788# Native Windows rc file hack
This commit is contained in:
parent
be16944698
commit
94e5f4fff8
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
|||
LANGUAGE %LANGUAGE% , %SUBLANGUAGE%
|
||||
|
||||
#ifdef FONTSIZE
|
||||
#undef FONTSIZE
|
||||
#endif
|
||||
|
||||
#if ( %LANGUAGE% == LANG_KOREAN ) || ( %LANGUAGE% == LANG_CHINESE ) || ( %LANGUAGE% == LANG_JAPANESE )
|
||||
//#if ( %PLACEHOLDER% == LANG_KOREAN ) || ( %PLACEHOLDER% == LANG_CHINESE ) || ( %PLACEHOLDER% == LANG_JAPANESE )
|
||||
//#define FONTSIZE 9
|
||||
//#define LANG_CJK
|
||||
//#else
|
||||
//#define FONTSIZE 8
|
||||
//#endif
|
||||
|
||||
#define FONTSIZE 9
|
||||
#define LANG_CJK
|
||||
#else
|
||||
#define FONTSIZE 8
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue