Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpcmn/ttcmn.c

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

revision 9048 by nmaya, Wed Dec 16 12:24:13 2020 UTC revision 9129 by zmatsuo, Sat Jan 16 05:21:37 2021 UTC
# Line 50  Line 50 
50  #include "teraterm.h"  #include "teraterm.h"
51  #include "tttypes.h"  #include "tttypes.h"
52  #include "ttlib.h"  #include "ttlib.h"
 #include "compat_w95.h"  
53  #include "tt_res.h"  #include "tt_res.h"
54  #include "codeconv.h"  #include "codeconv.h"
55  #include "compat_win.h"  #include "compat_win.h"
# Line 2857  BOOL WINAPI DllMain(HANDLE hInstance, Line 2856  BOOL WINAPI DllMain(HANDLE hInstance,
2856                          break;                          break;
2857                  case DLL_PROCESS_ATTACH:                  case DLL_PROCESS_ATTACH:
2858                          /* do process initialization */                          /* do process initialization */
                         DoCover_IsDebuggerPresent();  
2859                          hInst = hInstance;                          hInst = hInstance;
2860                          if (OpenSharedMemory(&FirstInstance) == FALSE) {                          if (OpenSharedMemory(&FirstInstance) == FALSE) {
2861                                  // dllロード失敗、teratermが起動しない                                  // dllロード失敗、teratermが起動しない

Legend:
Removed from v.9048  
changed lines
  Added in v.9129

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