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