mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-08-01 16:17:46 +00:00
Merge pull request #106 from koh-osug/master
Update platform-specific.inc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user