Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpset/ttset.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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;

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