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

This commit is contained in:
Jack Jansen 2001-01-12 23:41:46 +00:00
parent 319c67b6e1
commit 8e0ee7761d
1 changed files with 0 additions and 4 deletions

View File

@ -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