[OpenSmalltalk/opensmalltalk-vm] 31a8d0: Provide a main entry point for the win32 console V...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 31a8d0: Provide a main entry point for the win32 console V...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 31a8d08b46e04357838d2f1c2b4c3dc5335f90c1
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/31a8d08b46e04357838d2f1c2b4c3dc5335f90c1
  Author: Eliot Miranda <[hidden email]>
  Date:   2019-07-19 (Fri, 19 Jul 2019)

  Changed paths:
    M platforms/win32/plugins/HostWindowPlugin/sqWin32HostWindowPlugin.c
    M platforms/win32/vm/sqWin32Main.c

  Log Message:
  -----------
  Provide a main entry point for the win32 console VM when compiled using MSVC
(which unlike Mingw does not synthesize a main routine).
Fix a formatting snafu in sqWin32HostWindowPlugin.c.