Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /branches/ttcomtester/teraterm/teraterm/sendmem.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6806 - (hide annotations) (download) (as text)
Thu Jun 15 00:37:01 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttwinman.h
File MIME type: text/x-chdr
File size: 2382 byte(s)
TeraTerm Project としてのライセンス表記を追加

とりあえず Tera Term 本体分。
TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。

TODO: 過去に取り込んだパッチに関する著作権表記の追加
1 doda 6806 /*
2     * Copyright (C) 1994-1998 T. Teranishi
3     * (C) 2006-2017 TeraTerm Project
4     * All rights reserved.
5     *
6     * Redistribution and use in source and binary forms, with or without modification,
7     * are permitted provided that the following conditions are met:
8     *
9     * 1. Redistributions of source code must retain the above copyright notice,
10     * this list of conditions and the following disclaimer.
11     * 2. Redistributions in binary form must reproduce the above copyright notice,
12     * this list of conditions and the following disclaimer in the documentation
13     * and/or other materials provided with the distribution.
14     * 3. The name of the author may not be used to endorse or promote products derived
15     * from this software without specific prior written permission.
16     *
17     * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
18     * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19     * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
20     * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
21     * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
22     * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
23     * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24     * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
25     * OF SUCH DAMAGE.
26     */
27 maya 3227
28     /* TERATERM.EXE, variables, flags related to VT win and TEK win */
29     #ifdef __cplusplus
30     extern "C" {
31     #endif
32    
33     /* prototypes */
34     void VTActivate();
35     void ConvertToCP932(char *str, int len);
36     void ChangeTitle();
37     void SwitchMenu();
38     void SwitchTitleBar();
39 doda 6792 HMODULE LoadHomeDLL(const char *DLLname);
40 maya 3227
41     extern HWND HVTWin;
42     extern HWND HTEKWin;
43     extern int ActiveWin; /* IdVT, IdTEK */
44     extern int TalkStatus; /* IdTalkKeyb, IdTalkCB, IdTalkTextFile */
45     extern BOOL KeybEnabled; /* keyboard switch */
46     extern BOOL Connecting;
47    
48     /* 'help' button on dialog box */
49     extern WORD MsgDlgHelp;
50     extern LONG HelpId;
51    
52     extern TTTSet ts;
53     extern TComVar cv;
54    
55     /* pointers to window objects */
56     extern void* pVTWin;
57     extern void* pTEKWin;
58     /* instance handle */
59     extern HINSTANCE hInst;
60    
61     extern int SerialNo;
62    
63     #ifdef __cplusplus
64     }
65     #endif

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