mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Don't mess with file descriptors on MinGW.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17609 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a1041cbd19
commit
82abe19ca0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-09-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Tools/gsnd/gsnd.m (main): Don't mess with file descriptors on MinGW.
|
||||
|
||||
2003-09-02 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/libgnustep-gui.def: Update.
|
||||
|
|
|
@ -1073,7 +1073,6 @@ int main(int argc, char** argv, char **env)
|
|||
default:
|
||||
exit(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Ensure we don't have any open file descriptors which may refer
|
||||
|
@ -1109,6 +1108,7 @@ int main(int argc, char** argv, char **env)
|
|||
gsnd_log(LOG_CRIT);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
#endif
|
||||
|
||||
gsnd = [[SoundServer alloc] init];
|
||||
|
||||
|
|
Loading…
Reference in a new issue