diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-31 17:54:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-31 17:54:30 +0300 |
commit | e24a98864045837ff4a7d22b770b3768e90b86a1 (patch) | |
tree | 56f3b4f96a06f9b47aa236e62e73960764b45cb6 /plugins/Clist_modern/src/stdafx.h | |
parent | 4b8f3c1d3dba2ef99eb2e1a9af4bf5f7fd9e50c5 (diff) |
fixes #3316 (Метаконтакты: добавить пункт контекстного меню для разворачивания/сворачивания)
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r-- | plugins/Clist_modern/src/stdafx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index 683384d396..e00671a124 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -57,10 +57,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define TRACET(str)
#endif
-#define SERVICE(serviceproc) static INT_PTR serviceproc(WPARAM wParam, LPARAM lParam)
-#define EVENTHOOK(eventhookproc) static int eventhookproc(WPARAM wParam, LPARAM lParam)
-#define CLINTERFACE static
-
#include <windows.h>
#include <Shlwapi.h>
#include <vssym32.h>
|