Searched defs:windows_error (Results 1 – 2 of 2) sorted by relevance
174 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); } in windows_error() function