[dmd-internals] [D-Programming-Language/dmd] b8a3c8: return cast(int) msg.wParam in myWinMain; WPARAM i...

GitHub noreply at github.com
Tue Feb 5 10:46:20 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b8a3c8e2f983636e70f8f764550696f470bb5a01
      https://github.com/D-Programming-Language/dmd/commit/b8a3c8e2f983636e70f8f764550696f470bb5a01
  Author: Carlos Une <carlosune at operamail.com>
  Date:   2013-02-04 (Mon, 04 Feb 2013)

  Changed paths:
    M samples/winsamp.d

  Log Message:
  -----------
  return cast(int) msg.wParam in myWinMain; WPARAM is 64bit in Win64 but myWinMain requires an int return value


  Commit: 37f20039433500badd8885bd86412d6d4eeb7820
      https://github.com/D-Programming-Language/dmd/commit/37f20039433500badd8885bd86412d6d4eeb7820
  Author: Andrei Alexandrescu <andrei at erdani.com>
  Date:   2013-02-05 (Tue, 05 Feb 2013)

  Changed paths:
    M samples/winsamp.d

  Log Message:
  -----------
  Merge pull request #1621 from dnewbie/master

update samples/winsamp.d for Win64


Compare: https://github.com/D-Programming-Language/dmd/compare/57bf30b4113c...37f200394335


More information about the dmd-internals mailing list