mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
CommonFuncs: Add GetWin32ErrorString().
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user