projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3247082
)
Downcase "Wincrypt.h"
author
Andrew Dunstan
<andrew@dunslane.net>
Sat, 15 Apr 2017 13:47:36 +0000
(09:47 -0400)
committer
Andrew 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
patch
|
blob
|
blame
|
history
diff --git
a/src/port/pg_strong_random.c
b/src/port/pg_strong_random.c
index ac5c5d5df5cb9d6a0a41985dc6ee2b8a924f193e..c6ee5ea1d46ee84078b6476a6d15efc72a3918c3 100644
(file)
--- a/
src/port/pg_strong_random.c
+++ b/
src/port/pg_strong_random.c
@@
-28,7
+28,7
@@
#include <openssl/rand.h>
#endif
#ifdef WIN32
-#include <
W
incrypt.h>
+#include <
w
incrypt.h>
#endif
#ifdef WIN32