Initialize Window sockets

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-10-11 18:49:32 +00:00
parent 2204f0c428
commit 1770f4dc78
5 changed files with 31 additions and 5 deletions

View file

@ -588,6 +588,13 @@ static BOOL double_release_check_enabled = NO;
if (self == [NSObject class])
{
extern void GSBuildStrings(); // See externs.m
#ifdef __MINGW__
// See libgnustep-base-entry.m
extern void gnustep_base_socket_init();
gnustep_base_socket_init();
#endif
#ifdef __FreeBSD__
// Manipulate the FPU to add the exception mask. (Fixes SIGFPE
// problems on *BSD)