WIP KeePassLibPCL - problem with awaitables

This commit is contained in:
2017-09-22 18:48:09 +02:00
parent a43bc20eb3
commit 668afbe817
108 changed files with 1205 additions and 4203 deletions

View File

@@ -2,7 +2,7 @@
using PlatformID = System.UInt32;
namespace KeePass2PCL.Native
namespace ModernKeePassLibPCL.Native
{
internal static class NativeLib
{

View File

@@ -28,9 +28,9 @@ using System.IO;
using System.Reflection;
using System.Diagnostics;
using ModernKeePassLib.Utility;
using ModernKeePassLibPCL.Utility;
namespace ModernKeePassLib.Native
namespace ModernKeePassLibPCL.Native
{
/// <summary>
/// Interface to native library (library containing fast versions of

View File

@@ -25,7 +25,7 @@ using System.Runtime.InteropServices;
using System.Reflection;
using System.Diagnostics;
namespace KeePass2PCL.Native
namespace ModernKeePassLibPCL.Native
{
internal static partial class NativeMethods
{

View File

@@ -24,9 +24,9 @@ using System.Runtime.InteropServices;
using System.IO;
using System.Diagnostics;
using ModernKeePassLib.Utility;
using ModernKeePassLibPCL.Utility;
namespace ModernKeePassLib.Native
namespace ModernKeePassLibPCL.Native
{
internal static partial class NativeMethods
{