| OLD | NEW |
| (Empty) | |
| 1 URL: http://code.google.com/p/dlfcn-win32 |
| 2 Version: r29 Jan 22, 2014 Ramiro Polla |
| 3 License: LGPL |
| 4 License File: COPYING |
| 5 |
| 6 Description: |
| 7 dlfcn-win32 is an implementation of dlfcn for Windows. |
| 8 |
| 9 It follows the standard as described here: |
| 10 http://www.opengroup.org/onlinepubs/009695399/basedefs/dlfcn.h.html |
| 11 http://www.opengroup.org/onlinepubs/009695399/functions/dlerror.html |
| 12 http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html |
| 13 http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html |
| 14 http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html |
| 15 |
| 16 Local Modifications: |
| 17 No modifications. |
| OLD | NEW |