Searched refs:ERROR_ELEVATION_REQUIRED (Results 1 – 5 of 5) sorted by relevance
68 ASSERT(uv_translate_sys_error(ERROR_ELEVATION_REQUIRED) == UV_EACCES); in TEST_IMPL()
74 case ERROR_ELEVATION_REQUIRED: return UV_EACCES; in uv_translate_sys_error()
4637 #ifndef ERROR_ELEVATION_REQUIRED4638 # define ERROR_ELEVATION_REQUIRED 740 macro
1991 #if defined(ERROR_ELEVATION_REQUIRED) in main()1992 BOOST_WINAPI_TEST_CONSTANT(ERROR_ELEVATION_REQUIRED); in main()
2549 * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau)2577 * win: map ERROR_ELEVATION_REQUIRED to UV_EACCES (Richard Lau)