winpr/file: don't close stdin/stdout/stderr
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 9 Sep 2015 15:07:40 +0000 (17:07 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 9 Sep 2015 15:07:40 +0000 (17:07 +0200)
commit0f5e7c60a79a826690bbe8a3aa67c7f7255fb65d
treeaedd90cc04aabd3f2459341bfcd7d078b8ed68a1
parent8091530779249d30a8554454c412c5ea6a0085ab
winpr/file: don't close stdin/stdout/stderr

If the handle is closed stdin/stdout/stderr should be left open.
winpr/libwinpr/file/file.c
winpr/libwinpr/file/test/TestFileGetStdHandle.c