FreeRDP/winpr/libwinpr/thread
Bernhard Miklautz 72f13aeacb CreateProcess: add stdin/out/err redirection
When launching a new process stdin/stdout/stderr can be redirected by
passing the corresponding HANDLEs in the passed lpStartupInfo structure.
This is required for example if a pipe should be used as stdin/stdout.

If set in lpStartupInfo the file descriptor of the passed handle is
now used. The test was updated accordingly.
2015-08-28 10:41:23 +02:00
..
test
argv.c
CMakeLists.txt
module.def
ModuleOptions.cmake
process.c
processor.c
thread.c
thread.h
tls.c