From 2b56335e1d5c72b92b71ddf19d7e96344d9c490e Mon Sep 17 00:00:00 2001 From: ReneSac Date: Mon, 12 Jan 2015 22:37:10 -0200 Subject: [PATCH] Added missing windows wrappers to the lib.html doc --- doc/lib.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/lib.txt b/doc/lib.txt index 57107b0db4..b7c94b505a 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -468,12 +468,16 @@ Windows specific * `windows `_ Contains a wrapper for the Win32 API. +* `winlean `_ + Contains a wrapper for a small subset of the Win32 API. * `shellapi `_ Contains a wrapper for the ``shellapi.h`` header. * `shfolder `_ Contains a wrapper for the ``shfolder.h`` header. * `mmsystem `_ Contains a wrapper for the ``mmsystem.h`` header. +* `psapi `_ + Contains a wrapper for the ``psapi.h`` header. * `nb30 `_ This module contains the definitions for portable NetBIOS 3.0 support.