1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-11 05:41:32 +03:00

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.
This commit is contained in:
Andrew Dunstan 2017-04-15 09:47:36 -04:00
parent 32470825d3
commit 0eba6be1b8

View File

@ -28,7 +28,7 @@
#include <openssl/rand.h>
#endif
#ifdef WIN32
#include <Wincrypt.h>
#include <wincrypt.h>
#endif
#ifdef WIN32