diff options
Diffstat (limited to 'Popup/src/popup_gdiplus.h')
-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__
|