Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3114 by maya, Sun Feb 24 12:15:49 2008 UTC revision 3115 by yutakapon, Tue Feb 26 16:40:08 2008 UTC
# Line 3786  BOOL WINAPI DllMain(HANDLE hInstance, Line 3786  BOOL WINAPI DllMain(HANDLE hInstance,
3786                  break;                  break;
3787          case DLL_PROCESS_ATTACH:          case DLL_PROCESS_ATTACH:
3788                  /* do process initialization */                  /* do process initialization */
3789    #ifdef _DEBUG
3790      _CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
3791    #endif
3792                  DisableThreadLibraryCalls(hInstance);                  DisableThreadLibraryCalls(hInstance);
3793                  hInst = hInstance;                  hInst = hInstance;
3794                  pvar = &InstVar;                  pvar = &InstVar;

Legend:
Removed from v.3114  
changed lines
  Added in v.3115

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