pgsql: Downcase "Wincrypt.h"

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Downcase "Wincrypt.h"
Date: 2017-04-15 13:49:17
Message-ID: E1czO4j-0002Im-HO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Downcase "Wincrypt.h"

This is consistent with how we refer to other Windows include files, and
prevents a failure when cross-compiling on a system with case sensitive
file names.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0eba6be1b8d37fa368a45795ba350d46cc86df54

Modified Files
--------------
src/port/pg_strong_random.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2017-04-15 14:20:58 Re: pgsql: Clean up manipulations of hash indexes' hasho_flag field.
Previous Message Tom Lane 2017-04-15 03:50:26 pgsql: Avoid passing function pointers across process boundaries.