Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: b1574be161ffafa89c2494f6f84361a96c2e33e2
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b1574be161ffafa89c2494f6f84361a96c2e33e2 Author: Eliot Miranda <
[hidden email]>
Date: 2020-04-10 (Fri, 10 Apr 2020)
Changed paths:
M build.win32x86/common/Makefile
M build.win32x86/common/Makefile.msvc
M build.win64x64/common/Makefile
M build.win64x64/common/Makefile.msvc.tools
M platforms/Cross/plugins/HostWindowPlugin/HostWindowPlugin.h
M platforms/Cross/vm/sqVirtualMachine.c
M platforms/Cross/vm/sqVirtualMachine.h
M platforms/win32/vm/sqPlatformSpecific.h
Log Message:
-----------
Remember the 32-bit WIndows Makefiles need to pass VM and VM_NAME to plugin
submakes also.
Fix window handle parameters for 64-bit Windows ILP64 configuration (use sqIntptr_t).
Include Windows.h not windows.h (thank you Clang).
[ci skip] because we have to update Mac and Unix HostWIndowPlugin code to match
asap.