WSL-DistroLauncher/DistroLauncher/stdafx.h

34 строки
755 B
C
Исходник Обычный вид История

2017-05-17 22:56:11 +03:00
//
// 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>
2017-05-17 22:56:11 +03:00
#include <wslapi.h>
#include "WslApiLoader.h"
#include "Helpers.h"
#include "DistributionInfo.h"
2017-05-17 22:56:11 +03:00
// Message strings compiled from .MC file.
2017-05-17 22:56:11 +03:00
#include "messages.h"