summaryrefslogtreecommitdiff
path: root/protocols/Tlen/src/tlen_muc.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-08-19 06:23:18 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-08-19 06:23:18 +0000
commit6897c90c6003af7b21d271771320999ddfe2d09a (patch)
treec2ef69b0a53b4f5abfc1de48f48ca7292c2babb3 /protocols/Tlen/src/tlen_muc.cpp
parent024260089ac38bdc8cbde65bdd047e6239fa8b46 (diff)
files renaming
compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@5739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_muc.cpp')
-rw-r--r--protocols/Tlen/src/tlen_muc.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/protocols/Tlen/src/tlen_muc.cpp b/protocols/Tlen/src/tlen_muc.cpp
index fbf72e8ee6..393a19be27 100644
--- a/protocols/Tlen/src/tlen_muc.cpp
+++ b/protocols/Tlen/src/tlen_muc.cpp
@@ -19,9 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "jabber.h"
-#include "jabber_list.h"
-#include "jabber_iq.h"
+#include "tlen.h"
+#include "tlen_list.h"
+#include "tlen_iq.h"
#include "resource.h"
#include "tlen_muc.h"
@@ -1000,7 +1000,7 @@ static int TlenMUCQueryContacts(TlenProtocol *proto, const char *roomId) {
return 1;
}
-int TlenProtocol::MUCMenuHandleMUC(WPARAM wParam, LPARAM lParam)
+INT_PTR TlenProtocol::MUCMenuHandleMUC(WPARAM wParam, LPARAM lParam)
{
if (!isOnline)
return 1;
@@ -1009,7 +1009,7 @@ int TlenProtocol::MUCMenuHandleMUC(WPARAM wParam, LPARAM lParam)
return 0;
}
-int TlenProtocol::MUCMenuHandleChats(WPARAM wParam, LPARAM lParam)
+INT_PTR TlenProtocol::MUCMenuHandleChats(WPARAM wParam, LPARAM lParam)
{
if (!isOnline)
return 1;
@@ -1023,7 +1023,7 @@ int TlenProtocol::MUCMenuHandleChats(WPARAM wParam, LPARAM lParam)
return 0;
}
-int TlenProtocol::MUCContactMenuHandleMUC(WPARAM wParam, LPARAM lParam)
+INT_PTR TlenProtocol::MUCContactMenuHandleMUC(WPARAM wParam, LPARAM lParam)
{
HANDLE hContact;
DBVARIANT dbv;