Commit 7d223c53 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Fix typos in NIN_BALLOON*.

Needed to compile Tera Term.
parent 9d2b879d
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment