Removed temporary code to disable OT networking (this was a workaround for getpeername() not working in a previous release of GUSI, but it has been fixed).

This commit is contained in:
Jack Jansen 2000-08-17 20:04:26 +00:00
parent d843a018e9
commit fb106c8c2f
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ void GUSISetupFactories()
#ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_BeginHook
#endif
#if TARGET_API_MAC_CARBON
#if 1 || TARGET_API_MAC_CARBON
GUSIwithInetSockets();
#else
GUSIwithMTInetSockets();