Use fwrite in the msvc tool instead of printf
authorReid Kleckner <rnk@google.com>
Fri, 26 Jul 2013 22:27:30 +0000 (15:27 -0700)
committerReid Kleckner <rnk@google.com>
Fri, 26 Jul 2013 22:27:30 +0000 (15:27 -0700)
commit3913d73e2025555d84f72a7c2d9b31b300535900
tree44fd758bc1d89acba0908236e9b13d560ce124c5
parent54b3ebd641f9d7500e9950e4c74297c00a32a6d6
Use fwrite in the msvc tool instead of printf

This allows wide characters from the compiler to propagate through the
msvc tool.  Similar to ad76e867f782e75e0fed620e7b39f7099af154a9.
src/msvc_helper_main-win32.cc