diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 14:28:23 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-02-08 14:28:23 +0000 |
commit | c2ee4614da32986d542e988d98d5dcf964678e95 (patch) | |
tree | 6972a1a5ea5a26e7f460b99f3ba3e146034f47a7 /Popup/src/popup_gdiplus.h | |
parent | b164d030ace150aa292e8009d2d55c05005072b0 (diff) |
Popup:
Unicode avatars support
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@268 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Popup/src/popup_gdiplus.h')
-rw-r--r-- | Popup/src/popup_gdiplus.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/Popup/src/popup_gdiplus.h b/Popup/src/popup_gdiplus.h index b84700c..74def65 100644 --- a/Popup/src/popup_gdiplus.h +++ b/Popup/src/popup_gdiplus.h @@ -1,10 +1,10 @@ /*
Popup Plus plugin for Miranda IM
-Copyright © 2002 Luca Santarelli,
- © 2004-2007 Victor Pavlychko
- © 2010 MPK
- © 2010 Merlin_de
+Copyright � 2002 Luca Santarelli,
+ � 2004-2007 Victor Pavlychko
+ � 2010 MPK
+ � 2010 Merlin_de
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -35,8 +35,7 @@ Last change by : $Author: Merlin_de $ void LoadGDIPlus();
void UnloadGDIPlus();
-BOOL GDIPlus_IsAnimatedGIF(char * szName);
-void GDIPlus_GetGIFSize(char * szName, int * width, int * height);
-void GDIPlus_ExtractAnimatedGIF(char * szName, int width, int height, HBITMAP * pBitmap, int ** pframesDelay, int * pframesCount, SIZE * pSizeAvatar);
+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__
|