From 041007f653e61e2b0404b28b1077f31527de69bc Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Sat, 4 Jun 2005 07:35:01 +0000 Subject: [PATCH] Fix file missed from commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21277 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + Source/win32-load.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4e6ff5891..a34f65a7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ * Source/NSProcessInfo.m: ditto * Source/NSString.m: ditto * Source/NSTask.m: ditto + * Source/win32-load.h: ditto Merge in simplifications from the win32 path handling branch and all changes/fixes since. diff --git a/Source/win32-load.h b/Source/win32-load.h index 46ed7172b..9b3515575 100644 --- a/Source/win32-load.h +++ b/Source/win32-load.h @@ -33,7 +33,7 @@ __objc_dynamic_init(const char* exec_path) static dl_handle_t __objc_dynamic_link(const char* module, int mode, const char* debug_file) { - return LoadLibraryEx(module, 0, 0); + return LoadLibraryExW((const unichar*)module, 0, 0); } /* Return the address of a symbol given by the name 'symbol' from the module