[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] a64e0d: Use same Win32 function prototypes in .h and .c fo...

GitHub noreply at github.com
Thu Jul 7 14:12:50 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: a64e0dbbcc97c76c54decd0502b98bb81d2eca02
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a64e0dbbcc97c76c54decd0502b98bb81d2eca02
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-07 (Thu, 07 Jul 2016)

  Changed paths:
    M platforms/win32/plugins/SecurityPlugin/sqWin32Security.c
    M platforms/win32/plugins/SocketPlugin/sqWin32NewNet.c
    M platforms/win32/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  Use same Win32 function prototypes in .h and .c for X64 compatibility (sqInt vs int)

Note: for most network function a 32bits address and port would do, we don't need 64bits.
But changing int -> sqint is less intrusive (no change required in VMMaker)




More information about the Vm-dev mailing list