Note upper limit of WM_SYSCOMMAND identifiers in a comment.
[u/mdw/putty] / 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