Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e0ee77

Browse files
committed
Got rid of ifdefs to enable MacTCP GUSI support, Open Transport always works fine nowadays.
1 parent 319c67b commit 8e0ee77

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Mac/Python/gusiconfig.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ void GUSISetupFactories()
4848
#ifdef GUSISetupFactories_BeginHook
4949
GUSISetupFactories_BeginHook
5050
#endif
51-
#if 1 || TARGET_API_MAC_CARBON
5251
GUSIwithInetSockets();
53-
#else
54-
GUSIwithMTInetSockets();
55-
#endif
5652
#ifdef GUSISetupFactories_EndHook
5753
GUSISetupFactories_EndHook
5854
#endif

0 commit comments

Comments
 (0)