rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
messages.h
1
#ifndef XRPL_PROTOCOL_MESSAGES_H_INCLUDED
2
#define XRPL_PROTOCOL_MESSAGES_H_INCLUDED
3
4
// Some versions of protobuf generate code that will produce errors during
5
// compilation. See https://github.com/google/protobuf/issues/549 for more
6
// details. We work around this by undefining this macro.
7
//
8
// TODO: Remove this after the protoc we use is upgraded to not generate
9
// code that conflicts with the TYPE_BOOL macro.
10
11
#ifdef TYPE_BOOL
12
#undef TYPE_BOOL
13
#endif
14
15
#include <xrpl/proto/xrpl.pb.h>
16
17
#endif
Generated by
1.9.8