[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 168519: The browerWindow in saWin32Main.c is a pointer: it...

GitHub noreply at github.com
Wed Jul 6 15:14:02 UTC 2016


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

  Changed paths:
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  The browerWindow in saWin32Main.c is a pointer: it needs to be at least a long - which works for LP32 ILP32 LP64 and ILP64
Note: for LLP64 this should be long long, so atoll but we do not support it yet.




More information about the Vm-dev mailing list