commit | 8820bf08487f29f5d55fac6e72c3e79b0c94903f | [log] [tgz] |
---|---|---|
author | Kenton Varda <[email protected]> | Wed Feb 09 15:48:21 2022 -0600 |
committer | Kenton Varda <[email protected]> | Wed Feb 09 15:49:44 2022 -0600 |
tree | 8c93382d49a00122d1d8b731645882d7672ca5fb | |
parent | 61e2b380ee08e4f3d1cdf1bcd5e857fed6cf7418 [diff] |
Fix windows-sanity.h in NOGDI case, again. Since `ERROR` is conditionally defined, we can't write `using win32::ERROR` later in the file. Use `using namespace` instead to pull in everything. I also renamed the namespace to be more unique. Fixes #1421.
Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.