Ai
13 Star 100 Fork 28

Gitee 极速下载/Windows-Terminal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/microsoft/Terminal
克隆/下载
conapi.h 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*++
Copyright (c) Microsoft Corporation.
Licensed under the MIT license.
Module Name:
- conapi.h
Abstract:
- This module contains the internal structures and definitions used by the console server.
Author:
- Therese Stowell (ThereseS) 12-Nov-1990
Revision History:
--*/
#pragma once
// these should be in precomp but aren't being picked up...
#include <unordered_map>
#define STATUS_SHARING_VIOLATION ((NTSTATUS)0xC0000043L)
#include "conmsgl1.h"
#include "conmsgl2.h"
#include "conmsgl3.h"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/mirrors/Windows-Terminal.git
git@gitee.com:mirrors/Windows-Terminal.git
mirrors
Windows-Terminal
Windows-Terminal
main

搜索帮助