summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r--protocols/Steam/src/steam_proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index d37f35b071..4e60225644 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -203,8 +203,9 @@ protected:
static int hChooserMenu;
static HGENMENU contactMenuItems[CMI_MAX];
- int __cdecl AuthRequestCommand(WPARAM, LPARAM);
- int __cdecl AuthRevokeCommand(WPARAM, LPARAM);
+ INT_PTR __cdecl AuthRequestCommand(WPARAM, LPARAM);
+ INT_PTR __cdecl AuthRevokeCommand(WPARAM, LPARAM);
+
int __cdecl BlockCommand(WPARAM, LPARAM);
int __cdecl UnblockCommand(WPARAM, LPARAM);
int __cdecl JoinToGameCommand(WPARAM, LPARAM);