Skip to content

Commit

Permalink
Merge pull request #106 from koh-osug/master
Browse files Browse the repository at this point in the history
Update platform-specific.inc
  • Loading branch information
kmackay authored May 21, 2017
2 parents a148ae4 + e0af5a8 commit 899a439
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform-specific.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#if (defined(_WIN32) || defined(_WIN64))
/* Windows */

// use pragma syntax to prevent tweaking the linker script for getting CryptXYZ function
#pragma comment(lib, "crypt32.lib")
#pragma comment(lib, "advapi32.lib")

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <wincrypt.h>
Expand Down

0 comments on commit 899a439

Please sign in to comment.