Fix two compile-blockers in tor_vasprintf().
commitaf9dd4af02f2cfec3e5d71f310e310f41560ee0b
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Apr 2010 20:37:26 +0000 (19 16:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Apr 2010 20:37:26 +0000 (19 16:37 -0400)
tree2d543f9603c8eaa7d90c5240a8a5012357dd48cd
parent84924fcd30ba862e1177c17400ffa496cea00db0
Fix two compile-blockers in tor_vasprintf().

1) mingw doesn't have _vscprintf(); mingw instead has a working snprintf.

2) windows compilers that _do_ have a working _vscprintf spell it so; they do
   not spell it _vcsprintf().
changes/fix_vscprintf_compile [new file with mode: 0644]
src/common/compat.c