[HACKERS] Wincrypt.h vs wincrypt.h - Mailing list pgsql-hackers

From Andrew Dunstan
Subject [HACKERS] Wincrypt.h vs wincrypt.h
Date
Msg-id 1f48ab0d-3432-e56a-049b-65be3ca071d9@2ndQuadrant.com
Whole thread Raw
Responses Re: [HACKERS] Wincrypt.h vs wincrypt.h  (Magnus Hagander <magnus@hagander.net>)
List 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




pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: [HACKERS] PANIC in pg_commit_ts slru after crashes
Next
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] Wincrypt.h vs wincrypt.h