diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ | |||
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 \ No newline at end of file | ||