diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-01-13 01:55:17 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-01-13 01:55:17 +0100 |
commit | bf87e079e5d077f463091eba2ac4995ecf7cdf95 (patch) | |
tree | a3dd344196a5564540c90bb2bdc9adcda5f67877 | |
parent | c3e4c1a101f0dd75035070f21d3124c048b0af63 (diff) | |
parent | 2b56335e1d5c72b92b71ddf19d7e96344d9c490e (diff) | |
download | Nim-bf87e079e5d077f463091eba2ac4995ecf7cdf95.tar.gz |
Merge pull request #1945 from ReneSac/devel
Add missing windows wrappers to the lib.html doc
-rw-r--r-- | doc/lib.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 57107b0db..b7c94b505 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -468,12 +468,16 @@ Windows specific * `windows <windows.html>`_ Contains a wrapper for the Win32 API. +* `winlean <winlean.html>`_ + Contains a wrapper for a small subset of the Win32 API. * `shellapi <shellapi.html>`_ Contains a wrapper for the ``shellapi.h`` header. * `shfolder <shfolder.html>`_ Contains a wrapper for the ``shfolder.h`` header. * `mmsystem <mmsystem.html>`_ Contains a wrapper for the ``mmsystem.h`` header. +* `psapi <psapi.html>`_ + Contains a wrapper for the ``psapi.h`` header. * `nb30 <nb30.html>`_ This module contains the definitions for portable NetBIOS 3.0 support. |