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

Commit0b52204

Browse files
committed
Remove WINLDAPAPI decoration from ldap_start_tls_sA typedef, per Magnus.
1 parent0498a08 commit0b52204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/libpq/auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.141 2006/08/22 02:23:45 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.142 2006/09/15 21:28:08 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -75,7 +75,7 @@ static Port *pam_port_cludge;/* Workaround for passing "Port *port" into
7575
#include<winldap.h>
7676

7777
/* Correct header from the Platform SDK */
78-
typedefULONG (WINLDAPAPI*__ldap_start_tls_sA)(
78+
typedefULONG (*__ldap_start_tls_sA)(
7979
INPLDAPExternalHandle,
8080
OUTPULONGServerReturnValue,
8181
OUTLDAPMessage**result,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp