Change the comment as well into LoadLibraryExW

This commit is contained in:
NightRa
2020-04-15 19:00:30 +03:00
parent 9efaa95347
commit c884c279ff
+2 -2
View File
@@ -31,9 +31,9 @@ pub enum Error {
DlClose { desc: DlDescription },
/// The `dlclose` call failed and system did not report an error.
DlCloseUnknown,
/// The `LoadLibraryW` call failed.
/// The `LoadLibraryExW` call failed.
LoadLibraryExW { source: WindowsError },
/// The `LoadLibraryW` call failed and system did not report an error.
/// The `LoadLibraryExW` call failed and system did not report an error.
LoadLibraryExWUnknown,
/// The `GetProcAddress` call failed.
GetProcAddress { source: WindowsError },