[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 8ee88b: More UNICODE support in the WIndows VM. Make sure...

Eliot Miranda noreply at github.com
Mon Jan 4 20:27:19 UTC 2021


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 8ee88b28462a638573f0d23a33d9583a9ec35567
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8ee88b28462a638573f0d23a33d9583a9ec35567
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2021-01-04 (Mon, 04 Jan 2021)

  Changed paths:
    M build.win32x86/common/Makefile.msvc.tools
    M build.win64x64/common/Makefile.msvc.tools
    M platforms/win32/plugins/CameraPlugin/winCameraOps.cpp
    M platforms/win32/plugins/HostWindowPlugin/sqWin32HostWindowPlugin.c
    M platforms/win32/plugins/SqueakSSL/sqWin32SSL.c
    M platforms/win32/vm/sqWin32.h
    M platforms/win32/vm/sqWin32ExternalPrims.c
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32Prefs.c
    M platforms/win32/vm/sqWin32Utils.c

  Log Message:
  -----------
  More UNICODE support in the WIndows VM.  Make sure that the
MessageBox warning code used in the FilePlugin is correctly interpreted.
Define both UNICODE and _UNICODE in the MSVC Makefiles.  Also use _UNICODE
where the vm is processing strings.  UNICODE is to be used for selecting
between FooA and FooW API calls. _UNICODE is to be used for defining TCHAR et al




More information about the Vm-dev mailing list