libuv/docs/src
cjihrig a0c8815294 win: add XP support to uv_os_homedir()
The previous Windows implementation used SHGetKnownFolderPath(),
which is only supported on Vista and up. This commit switches to
GetUserProfileDirectoryW(), which returns the same information,
but is supported back to Windows 2000, and is not deprecated.

PR-URL: https://github.com/libuv/libuv/pull/375
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2015-06-03 00:26:56 +02:00
..
sphinx-plugins
static
async.rst
check.rst
conf.py
design.rst docs: add some missing words 2015-04-28 22:36:33 +02:00
dll.rst
dns.rst
errors.rst
fs_event.rst
fs_poll.rst
fs.rst
handle.rst
idle.rst
index.rst
loop.rst doc: fix uv_run(UV_RUN_DEFAULT) description 2015-05-01 01:20:39 +02:00
migration_010_100.rst
misc.rst win: add XP support to uv_os_homedir() 2015-06-03 00:26:56 +02:00
pipe.rst doc: clarify what uv_*_open accepts 2015-03-23 10:55:38 +01:00
poll.rst
prepare.rst
process.rst
request.rst
signal.rst
stream.rst
tcp.rst doc: fix typo in tcp.rst 2015-05-19 11:27:46 +02:00
threading.rst
threadpool.rst
timer.rst
tty.rst unix: reject non-tty fds in uv_tty_init() 2015-03-11 16:45:51 +01:00
udp.rst doc: clarify what uv_*_open accepts 2015-03-23 10:55:38 +01:00