root/sources/mango.diff
| Revision 384, 0.9 kB (checked in by Gregor, 2 years ago) |
|---|
-
mango/icu/ICU.d
old new 353 353 else version (linux) 354 354 { 355 355 //Tell build to link with dl library 356 version(build) { pragma(link, dl); }356 version(build) { pragma(link, "dl"); } 357 357 358 358 // from include/bits/dlfcn.h on Linux 359 359 const int RTLD_LAZY = 0x00001; // Lazy function call binding … … 399 399 { 400 400 char[] name = b.name ~ ICUSig; 401 401 402 *b.fnc = dlsym (lib, name);402 *b.fnc = dlsym (lib, (name~'\0').ptr); 403 403 if (*b.fnc) 404 404 {}// printf ("bound '%.*s'\n", name); 405 405 else {
Note: See TracBrowser for help on using the browser.
