From d14590f9a60a4ba217ba379273c9d41c1293ca82 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Sun, 21 Oct 2012 22:53:31 +0000 Subject: Gadu-Gadu protocol - contact's avatars requesting fix - images transfer fix - some fixes in TCHAR handling should fix #5, #15 and #45 git-svn-id: http://svn.miranda-ng.org/main/trunk@2038 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Gadu-Gadu/src/gg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu/src/gg.h') diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 742f06b093..330f03c8cc 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -307,7 +307,7 @@ extern PLUGININFOEX pluginInfo; // Methods /* Helper functions */ -const char *http_error_string(int h); +const TCHAR *http_error_string(int h); unsigned long crc_get(char *mem); int gg_normalizestatus(int status); char *gg_status2db(int status, const char *suffix); -- cgit v1.2.3