Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0eba6be

Browse files
committed
Downcase "Wincrypt.h"
This is consistent with how we refer to other Windows include files, andprevents a failure when cross-compiling on a system with case sensitivefile names.
1 parent3247082 commit0eba6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/port/pg_strong_random.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include<openssl/rand.h>
2929
#endif
3030
#ifdefWIN32
31-
#include<Wincrypt.h>
31+
#include<wincrypt.h>
3232
#endif
3333

3434
#ifdefWIN32

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp