Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 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" |
| 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.8389 |
|
| changed lines |
| |
Added in v.8390 |
|
|
| |