mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
apply fix by Roland Schwingel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f74a059bb4
commit
e55e203dda
1 changed files with 1 additions and 0 deletions
|
@ -977,6 +977,7 @@ static void *nsthreadLauncher(void* thread)
|
|||
if (event != INVALID_HANDLE_VALUE)
|
||||
{
|
||||
CloseHandle(event);
|
||||
event = INVALID_HANDLE_VALUE;
|
||||
}
|
||||
#else
|
||||
if (inputFd >= 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue