[HACKERS] Wincrypt.h vs wincrypt.h

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [HACKERS] Wincrypt.h vs wincrypt.h
Дата
Msg-id 1f48ab0d-3432-e56a-049b-65be3ca071d9@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: [HACKERS] Wincrypt.h vs wincrypt.h
Список 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 по дате отправления:

Предыдущее
От: Jeff Janes
Дата:
Сообщение: [HACKERS] PANIC in pg_commit_ts slru after crashes
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [HACKERS] Wincrypt.h vs wincrypt.h