Home
last modified time | relevance | path

Searched refs:ERROR_ELEVATION_REQUIRED (Results 1 – 4 of 4) sorted by relevance

/libuv/test/
H A Dtest-error.c68 ASSERT_EQ(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED), UV_EACCES); in TEST_IMPL()
/libuv/src/win/
H A Derror.c74 case ERROR_ELEVATION_REQUIRED: return UV_EACCES; in uv_translate_sys_error()
H A Dwinapi.h4637 #ifndef ERROR_ELEVATION_REQUIRED
4638 # define ERROR_ELEVATION_REQUIRED 740 macro
/libuv/
H A DChangeLog3229 * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)
3257 * win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)

Completed in 40 milliseconds