From 299a06c86e56c27970e1f24999196e5c388974cb Mon Sep 17 00:00:00 2001 From: Catalin Date: Sun, 5 Mar 2017 15:31:44 +0200 Subject: [PATCH] Remove checks for NIN_XXX, NIM_SETVERSION, NIF_INFO, NOTIFYICONDATA_V2_SIZE. --- src/msw/taskbar.cpp | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/msw/taskbar.cpp b/src/msw/taskbar.cpp index 7b61f25e60..f40210841c 100644 --- a/src/msw/taskbar.cpp +++ b/src/msw/taskbar.cpp @@ -33,27 +33,6 @@ #include "wx/platinfo.h" #include "wx/msw/private.h" -#ifndef NIN_BALLOONTIMEOUT - #define NIN_BALLOONTIMEOUT 0x0404 - #define NIN_BALLOONUSERCLICK 0x0405 -#endif - -#ifndef NIM_SETVERSION - #define NIM_SETVERSION 0x00000004 -#endif - -#ifndef NIF_INFO - #define NIF_INFO 0x00000010 -#endif - -#ifndef NOTIFYICONDATA_V2_SIZE - #ifdef UNICODE - #define NOTIFYICONDATA_V2_SIZE 0x03A8 - #else - #define NOTIFYICONDATA_V2_SIZE 0x01E8 - #endif -#endif - // initialized on demand static UINT gs_msgTaskbar = 0; static UINT gs_msgRestartTaskbar = 0;