Downcase "Wincrypt.h"
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 15 Apr 2017 13:47:36 +0000 (09:47 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 15 Apr 2017 13:47:36 +0000 (09:47 -0400)
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.

src/port/pg_strong_random.c

index ac5c5d5df5cb9d6a0a41985dc6ee2b8a924f193e..c6ee5ea1d46ee84078b6476a6d15efc72a3918c3 100644 (file)
@@ -28,7 +28,7 @@
 #include <openssl/rand.h>
 #endif
 #ifdef WIN32
-#include <Wincrypt.h>
+#include <wincrypt.h>
 #endif
 
 #ifdef WIN32