Commit 69f9c112 authored by Philip Quinn's avatar Philip Quinn

Ensure `CAPNP_LITE` is always defined to `0` when not used.

parent a6d898a2
......@@ -43,6 +43,10 @@ namespace capnp {
// MSVC only supports "lite" mode for now, due to missing C++11 features.
#endif
#ifndef CAPNP_LITE
#define CAPNP_LITE 0
#endif
typedef unsigned int uint;
struct Void {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment