From 7d223c5326f21cc4152d39b225c6b1528edca559 Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Sun, 9 Oct 2022 22:33:33 -0600 Subject: [PATCH] include: Fix typos in NIN_BALLOON*. Needed to compile Tera Term. --- include/shellapi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/shellapi.h b/include/shellapi.h index e02869f14e8..b7c136c2efa 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -385,10 +385,10 @@ void WINAPI WinExecErrorW(HWND hwnd,INT error, LPCWSTR lpstrFileName, LPCWSTR lp #define NIN_SELECT (WM_USER+0) #define NINF_KEY 1 #define NIN_KEYSELECT (NIN_SELECT|NINF_KEY) /* WM_USER+1 */ -#define NIN_BALOONSHOW (WM_USER+2) -#define NIN_BALOONHIDE (WM_USER+3) -#define NIN_BALOONTIMEOUT (WM_USER+4) -#define NIN_BALOONCLICK (WM_USER+5) +#define NIN_BALLOONSHOW (WM_USER+2) +#define NIN_BALLOONHIDE (WM_USER+3) +#define NIN_BALLOONTIMEOUT (WM_USER+4) +#define NIN_BALLOONUSERCLICK (WM_USER+5) #define NIN_POPUPOPEN (WM_USER+6) #define NIN_POPUPCLOSE (WM_USER+7)