merged from work

This commit is contained in:
2019-12-20 20:02:14 +01:00
parent 202608651b
commit 11e3a02511
505 changed files with 65307 additions and 823 deletions

View File

@@ -35,7 +35,7 @@ namespace Katteker
/// <summary>
/// Set Process API aware
/// </summary>
[DllImport("user32.dll")]
[DllImport("User32.dll")]
internal static extern bool SetProcessDPIAware();
}
}