From 116d1ede0cc0d5d57f593264251668531252c74b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 6 May 2015 22:22:41 +0300 Subject: initial commit --- src/nt_path_converter/nt2dos.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/nt_path_converter/nt2dos.h (limited to 'src/nt_path_converter/nt2dos.h') diff --git a/src/nt_path_converter/nt2dos.h b/src/nt_path_converter/nt2dos.h new file mode 100644 index 0000000..495202d --- /dev/null +++ b/src/nt_path_converter/nt2dos.h @@ -0,0 +1,12 @@ +/** + * \file + * \author Egor Tensin + * \copyright This file is licensed under the terms of the MIT License. + * See LICENSE.txt for details. + */ + +#pragma once + +#include + +NTSTATUS nt2dos(UNICODE_STRING *resolved, UNICODE_STRING *unresolved); -- cgit v1.2.3