terminal/src/server/winbasep.h

10 lines
250 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#pragma once
#define ProcThreadAttributeConsoleReference 10
#define PROC_THREAD_ATTRIBUTE_CONSOLE_REFERENCE \
ProcThreadAttributeValue(10, FALSE, TRUE, FALSE)