mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 03:20:59 -05:00
Ben Rudiak-Gould points out that we should be using WM_APP as the base for
our app-private window messages, which is considerably higher than the WM_XUSER we arbitrarily chose. (This isn't known to be causing any actual problems. The fix seems not to have obviously broken anything.) [originally from svn r6183] [this svn revision also touched putty-wishlist]
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
#define ICON_BIG 1
|
||||
#endif
|
||||
|
||||
#define WM_DONEKEY (WM_XUSER + 1)
|
||||
#define WM_DONEKEY (WM_APP + 1)
|
||||
|
||||
#define DEFAULT_KEYSIZE 1024
|
||||
|
||||
|
Reference in New Issue
Block a user