[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 8814ac: Correct usage of TEXT(...) macros for MSVC

GitHub noreply at github.com
Fri Jul 22 16:13:53 UTC 2016


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

  Changed paths:
    M platforms/win32/vm/sqWin32Prefs.c
    M platforms/win32/vm/sqWin32Prefs.h
    M platforms/win32/vm/sqWin32Utils.c
    M platforms/win32/vm/sqWin32Window.c
    M platforms/win32/vm/version.c

  Log Message:
  -----------
  Correct usage of TEXT(...) macros for MSVC

If TEXT(arg) is defined as wide string L##arg
then TEXT("wide"  "short") is expanded as L"wide" "short" and generate an error
Correct usage is TEXT("wide") TEXT("short")


  Commit: 65b2627214d8c532a6bf1bd0d8851cfd171c8137
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/65b2627214d8c532a6bf1bd0d8851cfd171c8137
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-22 (Fri, 22 Jul 2016)

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

  Log Message:
  -----------
  Oups, correct typo


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/88cf2829c218...65b2627214d8


More information about the Vm-dev mailing list