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:
parent
457c4fb397
commit
384774073f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user