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

Commit9533de7

Browse files
committed
didn't compile
1 parente754574 commit9533de7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎src/interfaces/odbc/psqlodbc.c

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ WSADATA wsaData;
8686
UNREFERENCED_PARAMETER(lpReserved);
8787
}
8888

89-
#else/* WIN32 */
89+
#else/*notWIN32 */
9090

9191
#ifndefTRUE
9292
#defineTRUE(BOOL)1
@@ -107,7 +107,7 @@ init(void)
107107
return TRUE;
108108
}
109109

110-
#else
110+
#else/* not __GNUC__ */
111111

112112
/* These two functions do shared library initialziation on UNIX, well at least
113113
* on Linux. I don't know about other systems.
@@ -125,7 +125,9 @@ _fini(void)
125125
return TRUE;
126126
}
127127

128-
#endif
128+
#endif/* not __GNUC__ */
129+
130+
#endif/* not WIN32 */
129131

130132
/*This function is used to cause the Driver Manager to
131133
call functions by number rather than name, which is faster.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp