mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
CommonFuncs: Add GetWin32ErrorString().
This commit is contained in:
parent
7957dbc343
commit
14a5aefc27
2 changed files with 10 additions and 1 deletions
|
@ -53,6 +53,9 @@ std::string LastStrerrorString();
|
|||
// This function might change the error code.
|
||||
std::string GetLastErrorString();
|
||||
|
||||
// Like GetLastErrorString() but if you have already queried the error code.
|
||||
std::string GetWin32ErrorString(unsigned long error_code);
|
||||
|
||||
// Obtains a full path to the specified module.
|
||||
std::optional<std::wstring> GetModuleName(void* hInstance);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue