Wincrypt.h vs wincrypt.h

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Wincrypt.h vs wincrypt.h
Date: 2017-04-14 19:27:06
Message-ID: 1f48ab0d-3432-e56a-049b-65be3ca071d9@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Commit fe0a0b59 included this line:

#include <Wincrypt.h>

On Windows file names are not case sensitive, so the "W" works fine, but
as I discovered this morning, if you're cross-compiling on Linux it
matters very much, and mingw-w64 ships headers with lower case file
names, in this case "wincrypt.h". Therefore, unless there's an objection
I propose to lower case that "W".

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2017-04-14 19:29:10 Re: Wincrypt.h vs wincrypt.h
Previous Message Jeff Janes 2017-04-14 19:23:10 PANIC in pg_commit_ts slru after crashes