8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 01:23:03 +01:00

Fixed posix build

This commit is contained in:
alexpeshkoff 2009-07-31 09:05:25 +00:00
parent b935334aab
commit a55c2a35a0

View File

@ -508,7 +508,7 @@ inline void Rsr::releaseException()
/* Generalized port definition. */
#ifndef WIN_NT
typedef int SOCKET
typedef int SOCKET;
#endif