Commit 4599a459f for imagemagick.org

commit 4599a459f473ad5a00436ddff78763d19c0c4212
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Fri Feb 6 12:46:18 2026 +0100

    Corrected method name.

diff --git a/MagickCore/nt-base.c b/MagickCore/nt-base.c
index e747e6f51..bf53a7d81 100644
--- a/MagickCore/nt-base.c
+++ b/MagickCore/nt-base.c
@@ -3082,7 +3082,7 @@ MagickPrivate void NTWindowsGenesis(void)
         wchar_t
           *lib_path;

-        lib_path=CreateWidePath((const char *) path);
+        lib_path=NTCreateWidePath((const char *) path);
         if (lib_path != (wchar_t *) NULL)
           {
             SetDllDirectoryW(lib_path);