Enable %wZ and %Z format specifiers (remove #if 0).
authorEric Kohl <eric.kohl@reactos.org>
Sat, 15 Jun 2002 10:12:43 +0000 (10:12 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 15 Jun 2002 10:12:43 +0000 (10:12 +0000)
commit6017a8515d2d3746b19fae5c5e1faec14c84ac37
tree9be8039a1b8e1a79c563234d450dc80b61a1d17a
parent165c6d209ac8c576b5cc5423325e1e926465da61
Enable %wZ and %Z format specifiers (remove #if 0).
Fix check for NULL Buffer (it was checking for non-null Buffer).
Fix length field when printing unicode strings; it was printing twice as many characters as it should have.
(Patch by Joseph Galbraith)

svn path=/trunk/; revision=3091
reactos/lib/crtdll/stdio/vfprintf.c
reactos/lib/msvcrt/stdio/vfprintf.c