svnno****@sourc*****
svnno****@sourc*****
2017年 6月 10日 (土) 09:12:44 JST
Revision: 6794 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6794 Author: maya Date: 2017-06-10 09:12:44 +0900 (Sat, 10 Jun 2017) Log Message: ----------- 文字コードを UTF-8 から Shift_JIS に戻す Modified Paths: -------------- trunk/teraterm/keycode/keycode.c trunk/teraterm/ttpmacro/ttmacro.cpp -------------- next part -------------- Modified: trunk/teraterm/keycode/keycode.c =================================================================== --- trunk/teraterm/keycode/keycode.c 2017-06-09 14:32:37 UTC (rev 6793) +++ trunk/teraterm/keycode/keycode.c 2017-06-10 00:12:44 UTC (rev 6794) @@ -41,12 +41,12 @@ if ((module = GetModuleHandle("kernel32.dll")) != NULL) { if ((setDefDllDir = (pSetDefDllDir)GetProcAddress(module, "SetDefaultDllDirectories")) != NULL) { - // SetDefaultDllDirectories() が使える場合は、検索パスを %WINDOWS%\system32 のみに設定する + // SetDefaultDllDirectories() \x82\xAA\x8Eg\x82\xA6\x82\xE9\x8Fꍇ\x82́A\x8C\x9F\x8D\xF5\x83p\x83X\x82\xF0 %WINDOWS%\system32 \x82݂̂ɐݒ肷\x82\xE9 (*setDefDllDir)((DWORD)0x00000800); // LOAD_LIBRARY_SEARCH_SYSTEM32 } else if ((setDllDir = (pSetDllDir)GetProcAddress(module, "SetDllDirectoryA")) != NULL) { - // SetDefaultDllDirectories() が使えなくても、SetDllDirectory() が使える場合は - // カレントディレクトリだけでも検索パスからはずしておく。 + // SetDefaultDllDirectories() \x82\xAA\x8Eg\x82\xA6\x82Ȃ\xAD\x82Ă\xE0\x81ASetDllDirectory() \x82\xAA\x8Eg\x82\xA6\x82\xE9\x8Fꍇ\x82\xCD + // \x83J\x83\x8C\x83\x93\x83g\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xBE\x82\xAF\x82ł\xE0\x8C\x9F\x8D\xF5\x83p\x83X\x82\xA9\x82\xE7\x82͂\xB8\x82\xB5\x82Ă\xA8\x82\xAD\x81B (*setDllDir)(""); } } Modified: trunk/teraterm/ttpmacro/ttmacro.cpp =================================================================== --- trunk/teraterm/ttpmacro/ttmacro.cpp 2017-06-09 14:32:37 UTC (rev 6793) +++ trunk/teraterm/ttpmacro/ttmacro.cpp 2017-06-10 00:12:44 UTC (rev 6794) @@ -44,12 +44,12 @@ if ((module = GetModuleHandle("kernel32.dll")) != NULL) { if ((setDefDllDir = (pSetDefDllDir)GetProcAddress(module, "SetDefaultDllDirectories")) != NULL) { - // SetDefaultDllDirectories() が使える場合は、検索パスを %WINDOWS%\system32 のみに設定する + // SetDefaultDllDirectories() \x82\xAA\x8Eg\x82\xA6\x82\xE9\x8Fꍇ\x82́A\x8C\x9F\x8D\xF5\x83p\x83X\x82\xF0 %WINDOWS%\system32 \x82݂̂ɐݒ肷\x82\xE9 (*setDefDllDir)((DWORD)0x00000800); // LOAD_LIBRARY_SEARCH_SYSTEM32 } else if ((setDllDir = (pSetDllDir)GetProcAddress(module, "SetDllDirectoryA")) != NULL) { - // SetDefaultDllDirectories() が使えなくても、SetDllDirectory() が使える場合は - // カレントディレクトリだけでも検索パスからはずしておく。 + // SetDefaultDllDirectories() \x82\xAA\x8Eg\x82\xA6\x82Ȃ\xAD\x82Ă\xE0\x81ASetDllDirectory() \x82\xAA\x8Eg\x82\xA6\x82\xE9\x8Fꍇ\x82\xCD + // \x83J\x83\x8C\x83\x93\x83g\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xBE\x82\xAF\x82ł\xE0\x8C\x9F\x8D\xF5\x83p\x83X\x82\xA9\x82\xE7\x82͂\xB8\x82\xB5\x82Ă\xA8\x82\xAD\x81B (*setDllDir)(""); } }