Searched defs:win32_error (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/ | ||
| H A D | util.h | 33 class win32_error : public std::runtime_error class in inherits:std::runtime_error 38 win32_error(const std::string &msg,DWORD code = GetLastError()) : std::runtime_error(msg + ":" + message(code)), errorcode(code) {}; function in class:win32_error |
Completed in 3 milliseconds