mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 01:01:03 +00:00
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:
parent
d1d17bc387
commit
041007f653
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
* Source/NSProcessInfo.m: ditto
|
* Source/NSProcessInfo.m: ditto
|
||||||
* Source/NSString.m: ditto
|
* Source/NSString.m: ditto
|
||||||
* Source/NSTask.m: ditto
|
* Source/NSTask.m: ditto
|
||||||
|
* Source/win32-load.h: ditto
|
||||||
Merge in simplifications from the win32 path handling branch
|
Merge in simplifications from the win32 path handling branch
|
||||||
and all changes/fixes since.
|
and all changes/fixes since.
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ __objc_dynamic_init(const char* exec_path)
|
||||||
static dl_handle_t
|
static dl_handle_t
|
||||||
__objc_dynamic_link(const char* module, int mode, const char* debug_file)
|
__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
|
/* Return the address of a symbol given by the name 'symbol' from the module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue