Commit 8e0ee776 authored by Jack Jansen's avatar Jack Jansen

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

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