Skip to content
Commit 23ebef14 authored by NAKAMURA Takumi's avatar NAKAMURA Takumi
Browse files

Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...

Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not check by FILE_TYPE_CHAR. It must be better to check it with Console API.

The special file "NUL" is FILE_TYPE_CHAR with GetFileType(h). It was treated as display device and discarding output to NUL had failed. (eg. opt -o nul)

llvm-svn: 118678
parent 812834b8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment