From f18e643d7c4ba4f2758525778d9318bdda784a1b Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Wed, 8 Feb 2012 15:07:05 +0000 Subject: Popup: compilation fix git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@269 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Popup/src/popup_gdiplus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Popup/src/popup_gdiplus.h b/Popup/src/popup_gdiplus.h index 74def65..1214199 100644 --- a/Popup/src/popup_gdiplus.h +++ b/Popup/src/popup_gdiplus.h @@ -39,3 +39,4 @@ BOOL GDIPlus_IsAnimatedGIF(TCHAR * szName); void GDIPlus_GetGIFSize(TCHAR * szName, int * width, int * height); void GDIPlus_ExtractAnimatedGIF(TCHAR * szName, int width, int height, HBITMAP * pBitmap, int ** pframesDelay, int * pframesCount, SIZE * pSizeAvatar); +#endif // __popup_gdiplus_h__ -- cgit v1.2.3