mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:43:03 +01:00
Fix MSVC build after Erik's changes
This commit is contained in:
parent
7c3150a39a
commit
b43441040c
@ -246,4 +246,8 @@
|
||||
|
||||
#define FB_PREFIX "c:\\Program Files\\Firebird\\"
|
||||
|
||||
#ifndef HAVE_SOCKLEN_T
|
||||
typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user