Windows build fixes

This commit is contained in:
Petteri Aimonen
2013-09-11 13:42:56 +03:00
parent b9f14bddf7
commit d395768c8d
4 changed files with 13 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ int main()
testmessage.fixed32value.funcs.decode = &print_fixed32;
testmessage.fixed32value.arg = "fixed32value: %ld\n";
testmessage.fixed64value.funcs.decode = &print_fixed64;
testmessage.fixed64value.arg = "fixed64value: %lld\n";
testmessage.fixed64value.arg = "fixed64value: %ld\n";
testmessage.repeatedstring.funcs.decode = &print_string;
testmessage.repeatedstring.arg = "repeatedstring: \"%s\"\n";