mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:13:31 +03:00
build: link bcrypt.lib via vcxproj files
And drop pragma from `rand.c`. Closes #21386
This commit is contained in:
parent
db13c08c58
commit
70a159527c
3 changed files with 40 additions and 43 deletions
|
|
@ -35,9 +35,6 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <bcrypt.h>
|
||||
#ifdef _MSC_VER
|
||||
# pragma comment(lib, "bcrypt.lib")
|
||||
#endif
|
||||
#ifndef STATUS_SUCCESS
|
||||
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue