We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a148ae4 + e0af5a8 commit 899a439Copy full SHA for 899a439
platform-specific.inc
@@ -8,6 +8,10 @@
8
#if (defined(_WIN32) || defined(_WIN64))
9
/* Windows */
10
11
+// use pragma syntax to prevent tweaking the linker script for getting CryptXYZ function
12
+#pragma comment(lib, "crypt32.lib")
13
+#pragma comment(lib, "advapi32.lib")
14
+
15
#define WIN32_LEAN_AND_MEAN
16
#include <windows.h>
17
#include <wincrypt.h>
0 commit comments