diff options
author | Javier Blazquez <jblazquez@riotgames.com> | 2019-07-02 12:01:29 +0200 |
---|---|---|
committer | cjihrig <cjihrig@gmail.com> | 2019-07-02 11:01:42 -0400 |
commit | c905e0bed86b5b6695f90844ef9ad2833b8ec2ec (patch) | |
tree | cd95c3aba3e762a0e919f32033f91793c146a08d /docs/src | |
parent | 04a48e9ac80292fe8e56a6ab3235035b1b5899f9 (diff) | |
download | libuv-c905e0bed86b5b6695f90844ef9ad2833b8ec2ec.tar.gz libuv-c905e0bed86b5b6695f90844ef9ad2833b8ec2ec.zip |
win,fs: don't modify global file translation mode
The MSVC runtime provides a global variable that can be used to set the
default file translation mode so that file open calls don't need to
explicitly specify that mode.
libuv was changing that global mode to binary from its default of text.
However, libuv doesn't actually need to do that anymore, and the
application may not want the default changed under it. This change stops
libuv from modifying that global mode.
PR-URL: https://github.com/libuv/libuv/pull/2324
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions