diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:07:05 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 15:07:05 +0000 |
commit | f18e643d7c4ba4f2758525778d9318bdda784a1b (patch) | |
tree | b03fdce104cad0ecd8772212575c89ec2b512fe8 | |
parent | c2ee4614da32986d542e988d98d5dcf964678e95 (diff) |
Popup:
compilation fix
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@269 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | Popup/src/popup_gdiplus.h | 1 |
1 files changed, 1 insertions, 0 deletions
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__
|