Kaydet (Commit) fb106c8c authored tarafından Jack Jansen's avatar Jack Jansen

Removed temporary code to disable OT networking (this was a workaround for…

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).
üst d843a018
...@@ -48,7 +48,7 @@ void GUSISetupFactories() ...@@ -48,7 +48,7 @@ void GUSISetupFactories()
#ifdef GUSISetupFactories_BeginHook #ifdef GUSISetupFactories_BeginHook
GUSISetupFactories_BeginHook GUSISetupFactories_BeginHook
#endif #endif
#if TARGET_API_MAC_CARBON #if 1 || TARGET_API_MAC_CARBON
GUSIwithInetSockets(); GUSIwithInetSockets();
#else #else
GUSIwithMTInetSockets(); GUSIwithMTInetSockets();
......
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