mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +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:
@ -28,7 +28,7 @@
|
||||
#include <openssl/rand.h>
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
#include <Wincrypt.h>
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
Reference in New Issue
Block a user