mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
didn't compile
This commit is contained in:
parent
e7545748b5
commit
9533de72bf
@ -86,7 +86,7 @@ WSADATA wsaData;
|
|||||||
UNREFERENCED_PARAMETER(lpReserved);
|
UNREFERENCED_PARAMETER(lpReserved);
|
||||||
}
|
}
|
||||||
|
|
||||||
#else /* WIN32 */
|
#else /* not WIN32 */
|
||||||
|
|
||||||
#ifndef TRUE
|
#ifndef TRUE
|
||||||
#define TRUE (BOOL)1
|
#define TRUE (BOOL)1
|
||||||
@ -107,7 +107,7 @@ init(void)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else /* not __GNUC__ */
|
||||||
|
|
||||||
/* These two functions do shared library initialziation on UNIX, well at least
|
/* These two functions do shared library initialziation on UNIX, well at least
|
||||||
* on Linux. I don't know about other systems.
|
* on Linux. I don't know about other systems.
|
||||||
@ -125,7 +125,9 @@ _fini(void)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* not __GNUC__ */
|
||||||
|
|
||||||
|
#endif /* not WIN32 */
|
||||||
|
|
||||||
/* This function is used to cause the Driver Manager to
|
/* This function is used to cause the Driver Manager to
|
||||||
call functions by number rather than name, which is faster.
|
call functions by number rather than name, which is faster.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user