From b9aecfd8c3818538739aa9d86c5c821fd1e03ac6 Mon Sep 17 00:00:00 2001 From: pescuma Date: Wed, 2 Apr 2008 04:42:39 +0000 Subject: Fix for smiley includes git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@77 c086bb3d-8645-0410-b8da-73a8550f86e7 --- Plugins/emoticons/sdk/m_anismiley.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Plugins/emoticons/sdk/m_anismiley.h') diff --git a/Plugins/emoticons/sdk/m_anismiley.h b/Plugins/emoticons/sdk/m_anismiley.h index d839cb3..321e683 100644 --- a/Plugins/emoticons/sdk/m_anismiley.h +++ b/Plugins/emoticons/sdk/m_anismiley.h @@ -58,6 +58,7 @@ static BOOL InsertAnimatedSmiley(HWND _hwnd, TCHAR * _szFilename, COLORREF _dwBa #endif // defined ServiceExists && defined CallService +#if !defined(NM_FIREVIEWCHANGE) /** NM_FIREVIEWCHANGE is WM_NOTIFY Message for notify parent of host window about smiley are going to be repaint @@ -113,4 +114,6 @@ typedef struct // Code of WM_NOTIFY message (code) #define NM_FIREVIEWCHANGE NM_FIRST+1; +#endif + #endif // m_anismiley_h__ \ No newline at end of file -- cgit v1.2.3