SuccessChanges

Summary

  1. Socket: more fixes for win32/aos3 (details)
  2. Socket: avoid warning on aos3 (details)
Commit ae8b58e408fb588c3d730a5804270d58cb4cb3ba by John-Mark Bell
Socket: more fixes for win32/aos3
These special snowflakes have specialised socket close APIs, so ensure
that we use the correct one. Additionally, there's no guarantee that
their socket() API signature matches the POSIX definition, so wrap it up
and cast the result.
The file was modifieddesktop/gui_factory.c (diff)
The file was modifiedutils/inet.h (diff)
Commit cf2e5b5bc6580d5efeef1a15af1d705c6ddf0fcb by John-Mark Bell
Socket: avoid warning on aos3
The file was modifiedutils/inet.h (diff)