[OpenSmalltalk/opensmalltalk-vm] 4fe424: Fix int */sqInt * mismatch for Win64 FilePlugin

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

[OpenSmalltalk/opensmalltalk-vm] 4fe424: Fix int */sqInt * mismatch for Win64 FilePlugin

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 4fe42439a7bed2f0da7835596781b78b478abfd9
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4fe42439a7bed2f0da7835596781b78b478abfd9
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-06-02 (Fri, 02 Jun 2017)

  Changed paths:
    M platforms/Mac OS/plugins/FilePlugin/sqMacDirectory.c
    M platforms/Mac OS/vm/Developer/sqMacMinimal.c
    M platforms/Mac OS/vm/sqMacNSPlugin.c
    M platforms/win32/plugins/FilePlugin/sqWin32FilePrims.c
    M platforms/win32/vm/sqWin32Directory.c

  Log Message:
  -----------
  Fix int */sqInt * mismatch for Win64 FilePlugin

While at it, also revise a few potential mismatch for legacy Mac OS (which did not have a 64 bits flavour, but well...)