diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-12 15:38:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-12 15:38:38 +0300 |
commit | 1a9bad022f94966f07bcfe00e81d61433639e047 (patch) | |
tree | cd49f68bd46f1f886b8f7e1f89879b2464400ba3 /protocols/Steam/src/steam_proto.h | |
parent | ee5ef2b0fc45a806fc4210708a84438f609b07dd (diff) |
compilation fix
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 5 |
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);
|