diff options
Diffstat (limited to 'protocols/Steam/src/steam_utils.h')
-rw-r--r-- | protocols/Steam/src/steam_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_utils.h b/protocols/Steam/src/steam_utils.h index 6762f89f99..b183837a78 100644 --- a/protocols/Steam/src/steam_utils.h +++ b/protocols/Steam/src/steam_utils.h @@ -1,8 +1,8 @@ #ifndef _STEAM_UTILS_H_ #define _STEAM_UTILS_H_ -int SteamToMirandaStatus(PersonaState state); -PersonaState MirandaToSteamState(int status); +int SteamToMirandaStatus(uint32_t state); +uint32_t MirandaToSteamState(int status); void ShowNotification(const wchar_t *message, int flags = 0, MCONTACT hContact = NULL); void ShowNotification(const wchar_t *caption, const wchar_t *message, int flags = 0, MCONTACT hContact = NULL); |