From: jacob Date: Tue, 2 Nov 2004 23:06:43 +0000 (+0000) Subject: Note upper limit of WM_SYSCOMMAND identifiers in a comment. X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/7d2522aa8860f01d50c42c5e6479d9a47c90d6bc Note upper limit of WM_SYSCOMMAND identifiers in a comment. git-svn-id: svn://svn.tartarus.org/sgt/putty@4734 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/pageant.c b/pageant.c index e0f77c30..1c34d71c 100644 --- a/pageant.c +++ b/pageant.c @@ -36,7 +36,7 @@ /* From MSDN: In the WM_SYSCOMMAND message, the four low-order bits of * wParam are used by Windows, and should be masked off, so we shouldn't * attempt to store information in them. Hence all these identifiers have - * the low 4 bits clear. */ + * the low 4 bits clear. Also, identifiers should < 0xF000. */ #define IDM_CLOSE 0x0010 #define IDM_VIEWKEYS 0x0020