You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
C
39 lines
1.5 KiB
C
/*
|
|
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
|
* its licensors.
|
|
*
|
|
* For complete copyright and license terms please see the LICENSE at the root of this
|
|
* distribution (the "License"). All use of this software is governed by the License,
|
|
* or, if provided, by the license below or the license accompanying this file. Do not
|
|
* remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
*
|
|
*/
|
|
// Original file Copyright Crytek GMBH or its affiliates, used under license.
|
|
|
|
#define VS_VERSION_INFO 1
|
|
#define IDD_CRITICAL_ERROR 101
|
|
#define IDB_CONFIRM_SAVE 102
|
|
#define IDB_DONT_SAVE 103
|
|
#define IDD_CONFIRM_SAVE_LEVEL 127
|
|
#define IDB_CRASH_FACE 128
|
|
#define IDD_EXCEPTION 245
|
|
#define IDC_CALLSTACK 1001
|
|
#define IDC_EXCEPTION_CODE 1002
|
|
#define IDC_EXCEPTION_ADDRESS 1003
|
|
#define IDC_EXCEPTION_MODULE 1004
|
|
#define IDC_EXCEPTION_DESC 1005
|
|
#define IDB_EXIT 1008
|
|
#define IDB_IGNORE 1010
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
|
#define _APS_NEXT_COMMAND_VALUE 40072
|
|
#define _APS_NEXT_CONTROL_VALUE 1003
|
|
#define _APS_NEXT_SYMED_VALUE 104
|
|
#endif
|
|
#endif
|