summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/services.cpp')
-rw-r--r--protocols/Xfire/src/services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/services.cpp b/protocols/Xfire/src/services.cpp
index 3f39200e59..54059eef17 100644
--- a/protocols/Xfire/src/services.cpp
+++ b/protocols/Xfire/src/services.cpp
@@ -53,7 +53,7 @@ BOOL IsContactMySelf(std::string buddyusername) {
}
//liefert vollendateipfad vom eigenen avatar zurück, wenn definiert
-int GetMyAvatar(WPARAM wparam,LPARAM lparam) {
+INT_PTR GetMyAvatar(WPARAM wparam,LPARAM lparam) {
DBVARIANT dbv;
if(!DBGetContactSetting(NULL,protocolname,"MyAvatarFile",&dbv))