diff options
-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 | ------- |