Browse Subversion Repository
Diff of /trunk/teraterm/ttpcmn/ttcmn.c
Parent Directory
| Revision Log
| Patch
| 17 |
#include <locale.h> |
#include <locale.h> |
| 18 |
|
|
| 19 |
#include "compat_w95.h" |
#include "compat_w95.h" |
| 20 |
|
#include "ttwinman.h" |
| 21 |
|
|
| 22 |
/* first instance flag */ |
/* first instance flag */ |
| 23 |
static BOOL FirstInstance = TRUE; |
static BOOL FirstInstance = TRUE; |
| 1446 |
return C; |
return C; |
| 1447 |
} |
} |
| 1448 |
|
|
| 1449 |
switch (cv->Language) { |
if (in_cv_utf(cv->pureutf8, cv->Language)) { |
| 1450 |
case IdUtf8: |
// fall through |
| 1451 |
case IdJapanese: |
|
| 1452 |
case IdKorean: |
} else { |
| 1453 |
return TextOutMBCS(cv, B, C); |
switch (cv->Language) { |
| 1454 |
break; |
case IdUtf8: |
| 1455 |
|
case IdJapanese: |
| 1456 |
|
case IdKorean: |
| 1457 |
|
return TextOutMBCS(cv, B, C); |
| 1458 |
|
break; |
| 1459 |
|
} |
| 1460 |
} |
} |
| 1461 |
|
|
| 1462 |
Full = FALSE; |
Full = FALSE; |
|
|
Legend:
| Removed from v.3900 |
|
| changed lines |
| |
Added in v.3926 |
|
|
|