Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

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

revision 8383 by doda, Thu Nov 21 11:29:48 2019 UTC revision 8390 by zmatsuo, Thu Nov 21 14:44:46 2019 UTC
# Line 37  Line 37 
37  #include <commctrl.h>  #include <commctrl.h>
38  #include <time.h>  #include <time.h>
39  #include <tchar.h>  #include <tchar.h>
40    #define _CRTDBG_MAP_ALLOC
41    #include <stdlib.h>
42  #include <crtdbg.h>  #include <crtdbg.h>
43    
44  #include "teraterm.h"  #include "teraterm.h"
# Line 51  Line 53 
53    
54  #include "tipwin.h"  #include "tipwin.h"
55    
 #ifdef _DEBUG  
 #define free(p)         _free_dbg((p), _NORMAL_BLOCK)  
 #define _strdup(s)      _strdup_dbg((s), _NORMAL_BLOCK, __FILE__, __LINE__)  
 #define _wcsdup(s)      _wcsdup_dbg((s), _NORMAL_BLOCK, __FILE__, __LINE__)  
 #undef _tcsdup  
 #ifdef _UNICODE  
 #define _tcsdup(s)      _wcsdup_dbg((s), _NORMAL_BLOCK, __FILE__, __LINE__)  
 #else  
 #define _tcsdup(s)      _strdup_dbg((s), _NORMAL_BLOCK, __FILE__, __LINE__)  
 #endif  
 #endif  
   
56  const mouse_cursor_t MouseCursor[] = {  const mouse_cursor_t MouseCursor[] = {
57          {"ARROW", IDC_ARROW},          {"ARROW", IDC_ARROW},
58          {"IBEAM", IDC_IBEAM},          {"IBEAM", IDC_IBEAM},

Legend:
Removed from v.8383  
changed lines
  Added in v.8390

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