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

Commitcdf498c

Browse files
committed
Attempt to un-break Windows builds with USE_LDAP.
The buildfarm shows this case is entirely broken, and I'm betting thereason is lack of any include file.
1 parentac99ca6 commitcdf498c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/libpq/hba.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
#include"utils/memutils.h"
3939

4040
#ifdefUSE_LDAP
41-
#ifndefWIN32
41+
#ifdefWIN32
42+
#include<winldap.h>
43+
#else
4244
#include<ldap.h>
4345
#endif
44-
/* currently no Windows LDAP needed in this file */
4546
#endif
4647

4748

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp