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

Commit0d07276

Browse files
committed
Borland BCC does not support SSPI, per cnliou9@fastmail.fm.
1 parent7a1b72f commit0d07276

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/include/port/win32.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.80 2007/11/24 01:32:48 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.81 2007/11/24 01:55:26 momjian Exp $ */
22

33
#if defined(_MSC_VER)|| defined(__BORLANDC__)
44
#defineWIN32_ONLY_COMPILER
@@ -9,8 +9,9 @@
99
* Always build with SSPI support. Keep it as a #define in case
1010
* we want a switch to disable it sometime in the future.
1111
*/
12+
#ifndef__BORLANDC__
1213
#defineENABLE_SSPI 1
13-
14+
#endif
1415

1516
/* undefine and redefine after #include */
1617
#undef mkdir

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp