Removed duplicate defined symbols

stable has wnd.h defining this
This commit is contained in:
akallabeth 2022-06-29 13:30:39 +02:00 committed by akallabeth
parent b3a4b71717
commit 75bfec61f9

View File

@ -116,14 +116,6 @@ enum SPI_MASK
/* Client Notify Event PDU */ /* Client Notify Event PDU */
#ifndef _WIN32 #ifndef _WIN32
#define WM_LBUTTONDOWN 0x00000201
#define WM_LBUTTONUP 0x00000202
#define WM_RBUTTONDOWN 0x00000204
#define WM_RBUTTONUP 0x00000205
#define WM_CONTEXTMENU 0x0000007b
#define WM_LBUTTONDBLCLK 0x00000203
#define WM_RBUTTONDBLCLK 0x00000206
#define NIN_SELECT 0x00000400 #define NIN_SELECT 0x00000400
#define NIN_KEYSELECT 0x00000401 #define NIN_KEYSELECT 0x00000401
#define NIN_BALLOONSHOW 0x00000402 #define NIN_BALLOONSHOW 0x00000402