Note upper limit of WM_SYSCOMMAND identifiers in a comment.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 2 Nov 2004 23:06:43 +0000 (23:06 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 2 Nov 2004 23:06:43 +0000 (23:06 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@4734 cda61777-01e9-0310-a592-d414129be87e

pageant.c

index e0f77c3..1c34d71 100644 (file)
--- 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