mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
f74c84e5e9
commit
1e756dcab1
5 changed files with 31 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue