make XDR support for dump style xtc compile on MacOSX
This commit is contained in:
@ -60,7 +60,7 @@ extern "C" {
|
||||
|
||||
typedef int bool_t;
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if defined(__MINGW32__) || defined(__APPLE)
|
||||
typedef char * caddr_t;
|
||||
typedef unsigned int u_int;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user