Commit 9cfce18c authored by Jack Jansen's avatar Jack Jansen

GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For...

GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets.
parent da5cc82d
......@@ -48,7 +48,8 @@ void GUSISetupFactories()
#ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_BeginHook
#endif
GUSIwithInetSockets();
// GUSIwithInetSockets();
GUSIwithMTInetSockets();
#ifdef GUSISetupFactories_EndHook
GUSISetupFactories_EndHook
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment