[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 24bea9: Fix compilation of SoundPlugin on Windows

GitHub noreply at github.com
Tue May 23 19:46:15 UTC 2017


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 24bea92739c825b642bf8dc60690ef48df23503d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/24bea92739c825b642bf8dc60690ef48df23503d
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M platforms/win32/plugins/SoundPlugin/sqWin32Sound.c

  Log Message:
  -----------
  Fix compilation of SoundPlugin on Windows

interpreterProxy must be defined before used!


  Commit: 235b21415025322f336f2df59addc4fb9c804869
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/235b21415025322f336f2df59addc4fb9c804869
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M platforms/win32/plugins/SoundPlugin/sqWin32Sound.c

  Log Message:
  -----------
  Fix compilation warning void function returning a value


  Commit: 9c10bf5278167f890d04a06bcfe49981ef17d7db
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/9c10bf5278167f890d04a06bcfe49981ef17d7db
  Author: Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c

  Log Message:
  -----------
  Fix getsockopt for MSVC

the len parameter must be a socket_len because it is a size_t on linux/cygwin (thus 64 bits) and int on MSVC (thus 32 bits)


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/fb29a2325113...9c10bf527816


More information about the Vm-dev mailing list