1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Note upper limit of WM_SYSCOMMAND identifiers in a comment.

[originally from svn r4734]
This commit is contained in:
Jacob Nevins 2004-11-02 23:06:43 +00:00
parent d8c7bc3337
commit 0c4acb8c17

View File

@ -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