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

Try to fix error on non Solaris platform

This commit is contained in:
kkuznetsov 2002-11-18 13:33:49 +00:00
parent 457c4fb397
commit 384774073f

View File

@ -53,7 +53,7 @@
/* moved borland types from ./xdr.h */ /* moved borland types from ./xdr.h */
#define XDR_INT int #define XDR_INT int
typedef struct XDR xdr_t; typedef XDR xdr_t;
#ifdef SOLARIS #ifdef SOLARIS
typedef enum_t xrd_enum_type; typedef enum_t xrd_enum_type;
#else #else