From: Andrew Dunstan Date: Sat, 15 Apr 2017 13:47:36 +0000 (-0400) Subject: Downcase "Wincrypt.h" X-Git-Tag: REL_10_BETA1~254 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0eba6be1b8d37fa368a45795ba350d46cc86df54;p=postgresql.git 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. --- diff --git a/src/port/pg_strong_random.c b/src/port/pg_strong_random.c index ac5c5d5df5c..c6ee5ea1d46 100644 --- a/src/port/pg_strong_random.c +++ b/src/port/pg_strong_random.c @@ -28,7 +28,7 @@ #include #endif #ifdef WIN32 -#include +#include #endif #ifdef WIN32