mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
This commit is contained in:
parent
319c67b6e1
commit
8e0ee7761d
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue