From 79a1a399448f6942966054a347b1125bf38a3b68 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Jun 2013 12:41:48 +0000 Subject: switch from custom YAPP constants to ones from m_popup.h git-svn-id: http://svn.miranda-ng.org/main/trunk@5150 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/YAPP/src/common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/YAPP/src/common.h') diff --git a/plugins/YAPP/src/common.h b/plugins/YAPP/src/common.h index ed6370c42b..209c441358 100644 --- a/plugins/YAPP/src/common.h +++ b/plugins/YAPP/src/common.h @@ -89,10 +89,4 @@ typedef int (CALLBACK *PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); #define PDF_TCHAR PDF_UNICODE -// windowProc messages -#define PM_INIT (WM_USER + 0x0202) // message sent to your windowProc after the window has been initialized -#define PM_DIENOTIFY (WM_USER + 0x0200) // message sent to your windowProc just before the window is destroyed (can be used e.g. to free your opaque data) - -#define PM_DESTROY (WM_USER + 0x0201) // send to the popup hWnd (use PostMessage generally, or SendMessage inside your windowProc) to kill it - void ShowPopup(PopupData &pd_in); \ No newline at end of file -- cgit v1.2.3