diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-04-06 18:48:30 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-04-06 18:48:30 -0700 |
commit | e419539b122715a970fc825d980b6fba5b0ff935 (patch) | |
tree | 4bcbbbc9b38eb1eedf4076835c97f1d6fda5c374 | |
parent | 98cc37bea93f96f789179633eeb46cd669c94b4b (diff) | |
download | dlfcn-win32-e419539b122715a970fc825d980b6fba5b0ff935.tar.gz dlfcn-win32-e419539b122715a970fc825d980b6fba5b0ff935.tar.bz2 dlfcn-win32-e419539b122715a970fc825d980b6fba5b0ff935.zip |
Update README.md
Fixes #18.
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -17,11 +17,19 @@ http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html | |||
17 | http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html | 17 | http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html |
18 | http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html | 18 | http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html |
19 | 19 | ||
20 | Using This Library | ||
21 | ------------------ | ||
22 | |||
23 | This library uses the Process Status API in Windows (`psapi.lib`). If you are | ||
24 | linking to the static `dl.lib` or `libdl.a`, then you would need to explicitly | ||
25 | add `psapi.lib` or `-lpsapi` to your linking command, depending on if MinGW is | ||
26 | used. | ||
27 | |||
20 | Author | 28 | Author |
21 | ------ | 29 | ------ |
22 | 30 | ||
23 | Written by Ramiro Polla in 2007. | 31 | Written by Ramiro Polla in 2007. |
24 | Maintained by Tiancheng "Timothy" Gu from 2013 to 2014. | 32 | Maintained by Tiancheng "Timothy" Gu from 2013. |
25 | 33 | ||
26 | License | 34 | License |
27 | ------- | 35 | ------- |