summaryrefslogtreecommitdiff
path: root/src/inc/dbgconfigstrings.h
blob: acbb7eb0acabe4bf852be6d547ad5a68f2769c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
// This header lists the names of the string resources used by the Windows portion of Mac CoreCLR debugging
// configuration. It's designed to be included multiple times with different definitions of CORECLR_STRING_DEF
// to build either enumerated integer values for each key or a table mapping enum values to key names.
//

CORECLR_STRING_DEF(CreateFile)
CORECLR_STRING_DEF(WriteFile)
CORECLR_STRING_DEF(CreateDir)
CORECLR_STRING_DEF(InternalError)
CORECLR_STRING_DEF(DecryptFailure)
CORECLR_STRING_DEF(OutOfMemory)
CORECLR_STRING_DEF(Success)
CORECLR_STRING_DEF(DialogTitleMain)
CORECLR_STRING_DEF(DialogTitleInfo)
CORECLR_STRING_DEF(DialogTitleError)
CORECLR_STRING_DEF(OKButton)
CORECLR_STRING_DEF(CancelButton)
CORECLR_STRING_DEF(HeaderText)