Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: eb2d9e2d1e2ef377857ca1b60c5d228b1f60b30a
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/eb2d9e2d1e2ef377857ca1b60c5d228b1f60b30a Author: Eliot Miranda <
[hidden email]>
Date: 2020-10-15 (Thu, 15 Oct 2020)
Changed paths:
M platforms/Cross/plugins/SocketPlugin/SocketPlugin.h
M platforms/unix/plugins/SocketPlugin/sqUnixSocket.c
M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c
Log Message:
-----------
SocketPlugin:
Move common defines from the platform-specific support code into SocketPlugin.h.
Support SQ_SOCKET_FAMILY_UNSPECIFIED in primitiveResolverGetAddressInfo/
primitiveResolverGetAddressInfoHost:service:flags:family:type:protocol:/
sqResolverGetAddressInfoHostSizeServiceSizeFlagsFamilyTypeProtocol.
Change the win32 code so that if( => if ( & while( => while (.
These are not function calls.