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>
|
2018-04-03 03:29:50 +03:00
|
|
|
#include <string_view>
|
|
|
|
#include <vector>
|
2017-05-17 22:56:11 +03:00
|
|
|
#include <wslapi.h>
|
|
|
|
#include "WslApiLoader.h"
|
2018-03-28 21:40:08 +03:00
|
|
|
#include "Helpers.h"
|
|
|
|
#include "DistributionInfo.h"
|
2017-05-17 22:56:11 +03:00
|
|
|
|
2018-03-21 22:04:14 +03:00
|
|
|
// Message strings compiled from .MC file.
|
2017-05-17 22:56:11 +03:00
|
|
|
#include "messages.h"
|