mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 09:52:14 -05: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:
parent
32470825d3
commit
0eba6be1b8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <openssl/rand.h>
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
#include <Wincrypt.h>
|
||||
#include <wincrypt.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Reference in a new issue