Added Crypt32.dll reference

pull/10/head
David Hall 2018-01-29 07:51:39 -07:00
parent e7f8ce1c7f
commit 1ddaa1cf77
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
public const string ComCtl32 = "comctl32.dll";
/// <summary>The cred UI</summary>
public const string CredUI = "credui.dll";
/// <summary>The crypt32.dll</summary>
public const string Crypt32 = "crypt32.dll";
/// <summary>The DWM API</summary>
public const string DwmApi = "dwmapi.dll";
/// <summary>The gdi32</summary>