mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Add default to enable mingw32 message ports
Do some debugging/fixing of mingw32 message ports. Still not usable. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21974 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c52e8be2d6
commit
4f6fee1ae5
4 changed files with 271 additions and 184 deletions
|
@ -66,6 +66,13 @@
|
|||
*/
|
||||
+ (id) systemDefaultPortNameServer
|
||||
{
|
||||
#if defined(__MINGW__)
|
||||
if ([[NSUserDefaults standardUserDefaults] boolForKey: @"GSMailslot"] == YES)
|
||||
{
|
||||
return [NSMessagePortNameServer sharedInstance];
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Must be kept in sync with [NSPort +initialize]. */
|
||||
if (GSUserDefaultsFlag(GSMacOSXCompatible) == YES)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue