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

Fix MSVC build after Erik's changes

This commit is contained in:
skidder 2003-11-21 15:42:36 +00:00
parent 7c3150a39a
commit b43441040c

View File

@ -246,4 +246,8 @@
#define FB_PREFIX "c:\\Program Files\\Firebird\\"
#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;
#endif
#endif