Remove dependency on protobuf headers from C++ library
djungelorm opened this issue ยท 1 comments
It appears to only need the protobuf definitions for fixed width integers. These could just be defined in the krpc headers, then we don't need to ship protobuf headers with the Visual Studio builds of the C++ client.