X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinpgnt.c;h=59a12e20e095ece87ba6a1cfa45c3b84289a7830;hb=92a62b8aedfccf9fedeb4dc658ceddacda29b4b7;hp=7f6404b7740f75a83e02a1125347ec1e92da0099;hpb=ae64be506fce3656d81ff416c0b77f75afc67c7c;p=PuTTY.git diff --git a/windows/winpgnt.c b/windows/winpgnt.c index 7f6404b7..59a12e20 100644 --- a/windows/winpgnt.c +++ b/windows/winpgnt.c @@ -24,9 +24,8 @@ #define IDI_MAINICON 200 #define IDI_TRAYICON 201 -#define WM_XUSER (WM_USER + 0x2000) -#define WM_SYSTRAY (WM_XUSER + 6) -#define WM_SYSTRAY2 (WM_XUSER + 7) +#define WM_SYSTRAY (WM_APP + 6) +#define WM_SYSTRAY2 (WM_APP + 7) #define AGENT_COPYDATA_ID 0x804e50ba /* random goop */