Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 dlfcn-win32 is an implementation of dlfcn for Windows. | |
| 2 | |
| 3 It follows the standard as described here: | |
| 4 http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html | |
| 5 http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html | |
| 6 http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html | |
| 7 http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html | |
| 8 http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html | |
| 9 | |
| 10 Written by Ramiro Polla | |
| 11 Released under the LGPL | |
| OLD | NEW |