mirror of
https://github.com/openharmony/third_party_rust_libloading.git
synced 2026-07-19 21:23:39 -04:00
Change the comment as well into LoadLibraryExW
This commit is contained in:
+2
-2
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user