We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ab367 commit e4b159bCopy full SHA for e4b159b
src/error.rs
@@ -98,6 +98,7 @@ impl std::error::Error for Error {
98
CreateCString { ref source } => Some(source),
99
CreateCStringWithTrailing { ref source } => Some(source),
100
LoadLibraryExW { ref source } => Some(&source.0),
101
+ GetModuleHandleExW { ref source } => Some(&source.0),
102
GetProcAddress { ref source } => Some(&source.0),
103
FreeLibrary { ref source } => Some(&source.0),
104
_ => None,
0 commit comments