diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-28 05:50:08 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2007-06-28 05:50:08 +0000 |
commit | 4c4b268c43f61ec03f07eb883b739135df3f6eb4 (patch) | |
tree | 9b3433d5e6fb2c62fb25dc8e83d8982f29bfa968 /README | |
download | dlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.tar.gz dlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.tar.bz2 dlfcn-win32-4c4b268c43f61ec03f07eb883b739135df3f6eb4.zip |
Initial Revision
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 | ||