From 1ddaa1cf771c89f9b351bed3ac116a078a098fa6 Mon Sep 17 00:00:00 2001 From: David Hall Date: Mon, 29 Jan 2018 07:51:39 -0700 Subject: [PATCH] Added Crypt32.dll reference --- PInvoke/Shared/Lib.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PInvoke/Shared/Lib.cs b/PInvoke/Shared/Lib.cs index 9571819c..a9a48646 100644 --- a/PInvoke/Shared/Lib.cs +++ b/PInvoke/Shared/Lib.cs @@ -13,6 +13,8 @@ public const string ComCtl32 = "comctl32.dll"; /// The cred UI public const string CredUI = "credui.dll"; + /// The crypt32.dll + public const string Crypt32 = "crypt32.dll"; /// The DWM API public const string DwmApi = "dwmapi.dll"; /// The gdi32