diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-04-02 04:42:39 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2008-04-02 04:42:39 +0000 |
commit | b9aecfd8c3818538739aa9d86c5c821fd1e03ac6 (patch) | |
tree | 21469650b7f152a5e5167338630b05be280930f5 /Plugins/emoticons/sdk/m_anismiley.h | |
parent | 311f8d9a54870765febf533412a532145a7e6934 (diff) |
Fix for smiley includes
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@77 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/emoticons/sdk/m_anismiley.h')
-rw-r--r-- | Plugins/emoticons/sdk/m_anismiley.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |