12 Star 44 Fork 14

openEuler/wsl
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
stdafx.h 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
lichaoran 提交于 2022-12-13 11:31 +08:00 . sync code from github
//
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the terms described in the LICENSE file in the root of this project.
//
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <Windows.h>
#include <stdio.h>
#include <conio.h>
#include <io.h>
#include <string>
#include <memory>
#include <assert.h>
#include <locale>
#include <codecvt>
#include <string_view>
#include <vector>
#include <wslapi.h>
#include "WslApiLoader.h"
#include "Helpers.h"
#include "DistributionInfo.h"
// Message strings compiled from .MC file.
#include "messages.h"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/wsl.git
git@gitee.com:openeuler/wsl.git
openeuler
wsl
wsl
master

搜索帮助