Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Contents of /trunk/teraterm/common/i18n.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3227 - (show annotations) (download) (as text)
Tue Mar 24 15:10:33 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/x-chdr
File size: 479 byte(s)
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換
1 /* Tera Term
2 Copyright(C) 2006 TeraTerm Project
3 All rights reserved. */
4
5 #ifndef __I18N_H
6 #define __I18N_H
7
8 #include <windows.h>
9 #include "ttlib.h"
10
11 #define MAX_UIMSG 1024
12
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16
17 void FAR PASCAL GetI18nStr(PCHAR section, PCHAR key, PCHAR buf, int buf_len, PCHAR def, PCHAR iniFile);
18 int FAR PASCAL GetI18nLogfont(PCHAR section, PCHAR key, PLOGFONT logfont, int ppi, PCHAR iniFile);
19
20 #ifdef __cplusplus
21 }
22 #endif
23
24 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26