Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 3788 |
/* do process initialization */ |
/* do process initialization */ |
| 3789 |
#ifdef _DEBUG |
#ifdef _DEBUG |
| 3790 |
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); |
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF); |
| 3791 |
|
// リーク時のブロック番号を元にブレークを仕掛けるには、以下のようにする。 |
| 3792 |
|
// cf. http://www.microsoft.com/japan/msdn/vs_previous/visualc/techmat/feature/MemLeaks/ |
| 3793 |
|
//_CrtSetBreakAlloc(3566); |
| 3794 |
#endif |
#endif |
| 3795 |
DisableThreadLibraryCalls(hInstance); |
DisableThreadLibraryCalls(hInstance); |
| 3796 |
hInst = hInstance; |
hInst = hInstance; |
|
|
Legend:
| Removed from v.3115 |
|
| changed lines |
| |
Added in v.3121 |
|
|
|