Commit 98d1ebff authored by Kenton Varda's avatar Kenton Varda

Merge pull request #139 from pqu/lite-def

Ensure CAPNP_LITE is always defined to 0 when not used
parents a6d898a2 69f9c112
......@@ -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