This commit is contained in:
Joao Moreno 2018-01-22 11:26:55 +01:00
Родитель 605f1589c3
Коммит d9185d0dab
7 изменённых файлов: 35 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
use std::cmp;
use std::io;
use std::io::prelude::*;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
use std::mem;
use std::ptr;
use winapi::shared::windef::HWND;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
#![windows_subsystem = "windows"]
extern crate byteorder;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
use std::fmt;
use std::path::Path;
use std::string::String;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
use std::fmt;
use strings;
use std::string::String;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
mod header;
mod filerec;

Просмотреть файл

@ -1,3 +1,8 @@
/*-----------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See LICENSE in the project root for license information.
*----------------------------------------------------------------------------------------*/
use std::io;
use std::string;
use std::io::prelude::*;