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 10115 by zmatsuo, Mon Aug 1 14:29:51 2022 UTC revision 10126 by zmatsuo, Fri Aug 5 16:18:14 2022 UTC
# Line 4201  DllExport void TTSetInit(void) Line 4201  DllExport void TTSetInit(void)
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

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