-
Notifications
You must be signed in to change notification settings - Fork 430
Expand file tree
/
Copy pathTerminalVelocityFeatures-PackageRuntime.h
More file actions
32 lines (23 loc) · 1.16 KB
/
TerminalVelocityFeatures-PackageRuntime.h
File metadata and controls
32 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
// THIS FILE IS AUTOMATICALLY GENERATED; DO NOT EDIT IT
// INPUT FILE: dev\Common\TerminalVelocityFeatures-PackageRuntime.xml
// OPTIONS: -Channel Experimental -Language C++ -Namespace Microsoft.Windows.ApplicationModel -Path dev\Common\TerminalVelocityFeatures-PackageRuntime.xml -Output dev\Common\TerminalVelocityFeatures-PackageRuntime.h
#if defined(__midlrt)
namespace features
{
feature_name Feature_PackageRuntime = { DisabledByDefault, FALSE };
}
#endif // defined(__midlrt)
// Feature constants
#define WINDOWSAPPRUNTIME_MICROSOFT_WINDOWS_APPLICATIONMODEL_FEATURE_PACKAGERUNTIME_ENABLED 1
#if defined(__cplusplus)
namespace Microsoft::Windows::ApplicationModel
{
__pragma(detect_mismatch("ODR_violation_WINDOWSAPPRUNTIME_MICROSOFT_WINDOWS_APPLICATIONMODEL_FEATURE_PACKAGERUNTIME_ENABLED_mismatch", "AlwaysEnabled"))
struct Feature_PackageRuntime
{
static constexpr bool IsEnabled() { return WINDOWSAPPRUNTIME_MICROSOFT_WINDOWS_APPLICATIONMODEL_FEATURE_PACKAGERUNTIME_ENABLED == 1; }
};
} // namespace Microsoft.Windows.ApplicationModel
#endif // defined(__cplusplus)