From 7d2522aa8860f01d50c42c5e6479d9a47c90d6bc Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 2 Nov 2004 23:06:43 +0000 Subject: [PATCH] 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 --- pageant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0