Fix file missed from commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21277 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2005-06-04 07:35:01 +00:00
parent d1d17bc387
commit 041007f653
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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