Nathanael Jones
|
8d0ccbeeae
|
Define ssize_t for MSVC
ssize_t is not available in visual studio, nor is sys/param.h We typedef
intmax_t to ssize_t
|
2016-05-11 09:57:41 -07:00 |
|
Michael Gartsbein
|
bf2c598f63
|
uint8_t cast
|
2016-03-29 10:26:01 +03:00 |
|
David Lamparter
|
00eaeeb936
|
lib: fix API
capn_new_string is exported as symbol but not in the header
capn_write_mem_packed is internal but the symbol is visible
|
2016-03-19 00:39:30 +01:00 |
|
David Lamparter
|
811d3046e1
|
rename to "[lib]capnp_c", use lib/ subdir
|
2016-03-19 00:39:29 +01:00 |
|