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 9048 by nmaya, Wed Dec 16 12:24:13 2020 UTC revision 9129 by zmatsuo, Sat Jan 16 05:21:37 2021 UTC
# Line 42  Line 42 
42  #include "tt_res.h"  #include "tt_res.h"
43  #include "servicenames.h"  #include "servicenames.h"
44    
 #include "compat_w95.h"  
   
45  #define DllExport __declspec(dllexport)  #define DllExport __declspec(dllexport)
46  #include "ttset.h"  #include "ttset.h"
47    
# Line 4479  BOOL WINAPI DllMain(HANDLE hInst, Line 4477  BOOL WINAPI DllMain(HANDLE hInst,
4477                  break;                  break;
4478          case DLL_PROCESS_ATTACH:          case DLL_PROCESS_ATTACH:
4479                  /* do process initialization */                  /* do process initialization */
                 DoCover_IsDebuggerPresent();  
4480                  break;                  break;
4481          case DLL_PROCESS_DETACH:          case DLL_PROCESS_DETACH:
4482                  /* do process cleanup */                  /* do process cleanup */

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