From 55e72960be3926e041ac0baf00559ba46f59bba0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 29 Oct 2016 17:32:02 +0300 Subject: unneeded macros removed --- protocols/Steam/src/steam_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/steam_utils.cpp') diff --git a/protocols/Steam/src/steam_utils.cpp b/protocols/Steam/src/steam_utils.cpp index 9a3633953f..6c70528787 100644 --- a/protocols/Steam/src/steam_utils.cpp +++ b/protocols/Steam/src/steam_utils.cpp @@ -181,7 +181,7 @@ void CSteamProto::ShowNotification(const wchar_t *caption, const wchar_t *messag void CSteamProto::ShowNotification(const wchar_t *message, int flags, MCONTACT hContact) { - ShowNotification(MODULEW, message, flags, hContact); + ShowNotification(_A2W(MODULE), message, flags, hContact); } INT_PTR __cdecl CSteamProto::OnGetEventTextChatStates(WPARAM pEvent, LPARAM datatype) -- cgit v1.2.3