forked from dotnet/coreclr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbgconfigstrings.h
24 lines (22 loc) · 909 Bytes
/
dbgconfigstrings.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license 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)