Move the declarations of _pb_ostream_t and _pb_istream_t before first use.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Mon, 9 Sep 2013 07:53:04 +0000 (10:53 +0300)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 10 Sep 2013 14:53:21 +0000 (17:53 +0300)
Otherwise Microsoft Visual C++ threats them as C++ classes instead of plain
structs, forbidding use in C linkage functions.

Thanks to Markus Schwarzenberg for the patch.

Update issue 84
Status: Started


No differences found