llvm-6502/lib/System/Win32
NAKAMURA Takumi 46cf7c5fd6 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)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118678 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-10 08:37:47 +00:00
..
Alarm.inc
DynamicLibrary.inc Remove spurious semicolon. 2010-01-14 20:19:51 +00:00
Host.inc
Memory.inc
Mutex.inc
Path.inc System/Path/Windows: Implement GetLLVMDefaultConfigDir. 2010-11-09 15:11:42 +00:00
Process.inc Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not check by FILE_TYPE_CHAR. It must be better to check it with Console API. 2010-11-10 08:37:47 +00:00
Program.inc Make FindProgramByName return paths with slashes unmodified on Windows. 2010-11-02 20:32:39 +00:00
RWMutex.inc
Signals.inc Reindent. 2010-10-28 08:25:44 +00:00
ThreadLocal.inc ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED. 2010-10-25 13:10:03 +00:00
TimeValue.inc
Win32.h System/Path/Windows: Make GetSystemLibraryPaths more generic. 2010-11-09 15:11:19 +00:00