diff options
author | George Hazan <george.hazan@gmail.com> | 2025-01-06 15:40:45 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-01-06 15:40:45 +0300 |
commit | 26cac6b426f729c7df096cfb1614a3ee7d8eefc4 (patch) | |
tree | 4268f1b459a9c91e674d3f4aa652936ef3b49d67 /protocols/Steam/src/steam_utils.h | |
parent | 8ae640863b5ad766fffa77b32412924bc078419e (diff) |
more code cleaning
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); |