Browse Subversion Repository
Diff of /trunk/teraterm/ttpset/ttset.c
Parent Directory
| Revision Log
| Patch
| 4201 |
*/ |
*/ |
| 4202 |
DllExport void TTSetUnInit(TTTSet *ts) |
DllExport void TTSetUnInit(TTTSet *ts) |
| 4203 |
{ |
{ |
| 4204 |
wchar_t **ptr_list[] = { |
void **ptr_list[] = { |
| 4205 |
&ts->HomeDirW, |
(void **)&ts->HomeDirW, |
| 4206 |
&ts->SetupFNameW, |
(void **)&ts->SetupFNameW, |
| 4207 |
&ts->KeyCnfFNW, |
(void **)&ts->KeyCnfFNW, |
| 4208 |
&ts->EtermLookfeel.BGThemeFileW, |
(void **)&ts->EtermLookfeel.BGThemeFileW, |
| 4209 |
&ts->EtermLookfeel.BGSPIPathW, |
(void **)&ts->EtermLookfeel.BGSPIPathW, |
| 4210 |
&ts->UILanguageFileW, |
(void **)&ts->UILanguageFileW, |
| 4211 |
&ts->UILanguageFileW_ini, |
(void **)&ts->UILanguageFileW_ini, |
| 4212 |
&ts->ExeDirW, |
(void **)&ts->ExeDirW, |
| 4213 |
&ts->LogDirW, |
(void **)&ts->LogDirW, |
| 4214 |
&ts->FileDirW, |
(void **)&ts->FileDirW, |
| 4215 |
&ts->BGImageFilePathW, |
(void **)&ts->BGImageFilePathW, |
| 4216 |
&ts->LogDefaultPathW, |
(void **)&ts->LogDefaultPathW, |
| 4217 |
&ts->MacroFNW, |
(void **)&ts->MacroFNW, |
| 4218 |
&ts->LogFNW, |
(void **)&ts->LogFNW, |
| 4219 |
}; |
}; |
| 4220 |
int i; |
int i; |
| 4221 |
for(i = 0; i < _countof(ptr_list); i++) { |
for(i = 0; i < _countof(ptr_list); i++) { |
|
|
Legend:
| Removed from v.10115 |
|
| changed lines |
| |
Added in v.10126 |
|
|
| |