Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
ttpset
/
ttset.c
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
|
Revision Log
|
Patch
revision
8205
by
yutakapon
, Fri Sep 20 14:16:59 2019 UTC
revision
8279
by
zmatsuo
, Tue Oct 8 14:38:32 2019 UTC
#
Line 44
Line 44
44
45
#include "compat_w95.h"
#include "compat_w95.h"
46
47
#define DllExport __declspec(dllexport)
48
#include "ttset.h"
49
50
#ifndef CLEARTYPE_QUALITY
#ifndef CLEARTYPE_QUALITY
51
#define CLEARTYPE_QUALITY 5
#define CLEARTYPE_QUALITY 5
52
#endif
#endif
#
Line 111
static id_str_pair_t serial_conf_flowctr
Line 114
static id_str_pair_t serial_conf_flowctr
114
* TRUE: 変換成功
* TRUE: 変換成功
115
* FALSE: 変換失敗
* FALSE: 変換失敗
116
*/
*/
117
int PASCAL SerialPortConfconvertId2Str(enum serial_port_conf type, WORD id, PCHAR str, int strlen)
int WINAPI SerialPortConfconvertId2Str(enum serial_port_conf type, WORD id, PCHAR str, int strlen)
118
{
{
119
id_str_pair_t *conf;
id_str_pair_t *conf;
120
int ret = FALSE;
int ret = FALSE;
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.8205
changed lines
Added in v.8279
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26