Added check for error allocating heap memory.

This commit is contained in:
2023-11-28 23:38:50 +03:00
parent 1a3e3ef4b1
commit 4bfcf90e2a
3 changed files with 17 additions and 11 deletions

View File

@@ -20,9 +20,10 @@
#define IDS_ERR_POPUP 118
#define IDS_ERR_HOOK 119
#define IDS_ERR_TIMER 120
#define IDS_ERR_MAXMIN 121
#define IDS_RUNNING 122
#define IDT_TIMER 123
#define IDS_ERR_HEAP 121
#define IDS_ERR_MAXMIN 122
#define IDS_RUNNING 123
#define IDT_TIMER 124
#define IDR_MAINFRAME 128
#define IDD_MANUAL_EDITING 129
#define IDC_EDIT_X 1000
@@ -50,6 +51,6 @@
#define _APS_NEXT_RESOURCE_VALUE 130
#define _APS_NEXT_COMMAND_VALUE 32771
#define _APS_NEXT_CONTROL_VALUE 1015
#define _APS_NEXT_SYMED_VALUE 124
#define _APS_NEXT_SYMED_VALUE 125
#endif
#endif