RE: [PATCH] Windows port add support to BCryptGenRandom - Mailing list pgsql-hackers

From Ranier Vilela
Subject RE: [PATCH] Windows port add support to BCryptGenRandom
Date
Msg-id CO2PR05MB26295E42C2AC7FE9A54F30EAE3500@CO2PR05MB2629.namprd05.prod.outlook.com
Whole thread Raw
In response to [PATCH] Windows port add support to BCryptGenRandom  (Ranier Vilela <ranier_gyn@hotmail.com>)
Responses Re: [PATCH] Windows port add support to BCryptGenRandom  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
De: Michael Paquier
Enviadas: Terça-feira, 17 de Dezembro de 2019 03:43
Para: Ranier Vilela
Cc: pgsql-hackers@lists.postgresql.org
Assunto: Re: [PATCH] Windows port add support to BCryptGenRandom

>And looking at this page, it is said that the minimum version
>supported by this function is Windows 2008:
>https://docs.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom

>Now, your changes in MkvcBuild.pm and the backend code assume that
>we need to include bcrypt.lib since MSVC 2015 (at least version
>14.00 or _MSC_VER >= 1900.  Do you have a reference about when this
>has been introduced in VS?  The MS docs don't seem to hold a hint
>about that..
Sorry Perl I understand a little bit.
Windows Vista I believe.
is the primary font and have more information.

Best regards,
Ranier Vilela

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Windows port add support to BCryptGenRandom
Next
From: Tom Lane
Date:
Subject: Re: reducing memory usage by using "proxy" memory contexts?