win: use _fdopen instead of fdopen
authorFumitoshi Ukai <ukai@google.com>
Thu, 17 Dec 2015 06:40:25 +0000 (15:40 +0900)
committerFumitoshi Ukai <ukai@google.com>
Thu, 17 Dec 2015 06:40:25 +0000 (15:40 +0900)
commita63f466c485e95a666b019baec1bf0192bf61080
tree18fddce8f5718d3a7c219994d467b0f2645cb693
parent1256d28554ec32351ca8cceb1bfd7dbe9dfc055d
win: use _fdopen instead of fdopen

The POSIX function fdopen is deprecated.
Use the ISO C++ conformant _fdopen instead.
https://msdn.microsoft.com/library/ms235351.aspx

fixes #73
src/logging.cc