[D-runtime] [D-Programming-Language/druntime] 6bf2d4: Add required cast for Win64.
GitHub
noreply at github.com
Sun Sep 2 09:20:23 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 6bf2d4c744a4a2d3426852152ce3eef7cb9da65d
https://github.com/D-Programming-Language/druntime/commit/6bf2d4c744a4a2d3426852152ce3eef7cb9da65d
Author: kai <kai at redstar.de>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Add required cast for Win64.
On Win64, uint is 32bit wide but size_t is 64bit wide. Therefore a cast is required.
Commit: 1f3bcb390e833d92511abbb97ea2c1942eafe4b0
https://github.com/D-Programming-Language/druntime/commit/1f3bcb390e833d92511abbb97ea2c1942eafe4b0
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2012-09-02 (Sun, 02 Sep 2012)
Changed paths:
M src/core/thread.d
Log Message:
-----------
Merge pull request #295 from redstar/beginthreadex
Add required cast for Win64.
Compare: https://github.com/D-Programming-Language/druntime/compare/d6678ffe0406...1f3bcb390e83
More information about the D-runtime
mailing list