mirror of https://github.com/lukechilds/node.git
Browse Source
Inv0.11.15-release59658a8de7
the return of uv_thread_self() was changed from unsigned long to uv_thread_t. uv_thread_t is a HANDLE (pointer-sized) on Windows, which means that on Win64 it cannot be stored with CRYPTO_THREADID_set_numeric without data loss. Furthermore, without this change there will be a build break on Windows when the libuv change is integrated into Node, because of the conversion from HANDLE to unsigned long. Other related commits:5845a6bcd5
919d8ec63a
Alexis Campailla
10 years ago
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue