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

From Michael Paquier
Subject Re: [PATCH] Windows port add support to BCryptGenRandom
Date
Msg-id 20191218021954.GE1836@paquier.xyz
Whole thread Raw
In response to RE: [PATCH] Windows port add support to BCryptGenRandom  (Ranier Vilela <ranier_gyn@hotmail.com>)
Responses Re: [PATCH] Windows port add support to BCryptGenRandom  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
List pgsql-hackers
On Tue, Dec 17, 2019 at 02:20:20PM +0000, Ranier Vilela wrote:
> As concern [1], at src/include/port/win32.h, the comments still
> references Windows XP and claims about possible MingW break.

This looks like a leftover of d9dd406, which has made the code to
require C99.  As we don't support compilation with Windows XP and
require Windows 7, we should be able to remove all the dance around
MIN_WINNT in win32.h, don't you think?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Improve documentation of REINDEX options
Next
From: Amit Langote
Date:
Subject: Re: empty column name in error message