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

Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.

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