From c884c279ffdbf6cf179939c1874d92d50790f10a Mon Sep 17 00:00:00 2001 From: NightRa Date: Wed, 15 Apr 2020 19:00:30 +0300 Subject: [PATCH] Change the comment as well into LoadLibraryExW --- src/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/error.rs b/src/error.rs index 8e77117..d80a002 100644 --- a/src/error.rs +++ b/src/error.rs @@ -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 },