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

Fixed the Windows build.

This commit is contained in:
dimitr 2010-11-11 07:41:56 +00:00
parent a170738b10
commit 086adbac30

View File

@ -330,6 +330,8 @@
#define FB_SECDBDIR ""
#define FB_UDFDIR ""
#define FB_LOGFILENAME "firebird.log"
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;
#endif