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

Commitfd7c3f6

Browse files
committed
Allow borland compiles.
1 parent53cee20 commitfd7c3f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/port.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
9-
* $PostgreSQL: pgsql/src/include/port.h,v 1.43 2004/06/11 16:10:09 momjian Exp $
9+
* $PostgreSQL: pgsql/src/include/port.h,v 1.44 2004/07/21 03:07:40 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -151,7 +151,7 @@ extern intpgunlink(const char *path);
151151
#ifdefWIN32
152152

153153
/* open() replacement to allow delete of held files */
154-
#ifndef_MSC_VER
154+
#if !defined(_MSC_VER)&& !defined(__BORLANDC__)
155155
externintwin32_open(constchar*,int,...);
156156
#defineopen(a,b,...)win32_open(a,b,##__VA_ARGS__)
157157
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp