diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:46:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-30 19:46:58 +0000 |
commit | f4db128b96bf38991a3dea70ef568a1248665a2c (patch) | |
tree | badb86aebf3ec10e16e231f6bb46aa64b223b1b0 /protocols/Steam/src/steam_xstatus.cpp | |
parent | 157aa0dfbddd63f75f7eb7c1a8162df960543a64 (diff) |
unified project for Steam protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13316 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_xstatus.cpp')
-rw-r--r-- | protocols/Steam/src/steam_xstatus.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Steam/src/steam_xstatus.cpp b/protocols/Steam/src/steam_xstatus.cpp index ca20df452a..eee37f824a 100644 --- a/protocols/Steam/src/steam_xstatus.cpp +++ b/protocols/Steam/src/steam_xstatus.cpp @@ -1,4 +1,4 @@ -#include "common.h" +#include "stdafx.h" #define STATUS_TITLE_MAX 64 #define STATUS_DESC_MAX 250 @@ -6,7 +6,7 @@ static std::vector<int> xstatusIconsValid; static std::map<int, int> xstatusIcons; -int OnReloadIcons(WPARAM wParam, LPARAM lParam) +int OnReloadIcons(WPARAM, LPARAM) { xstatusIconsValid.clear(); return 0; @@ -113,7 +113,7 @@ INT_PTR CSteamProto::OnGetXStatusIcon(WPARAM wParam, LPARAM lParam) return (INT_PTR)GetXStatusIcon(wParam, lParam); } -INT_PTR CSteamProto::OnRequestAdvStatusIconIdx(WPARAM wParam, LPARAM lParam) +INT_PTR CSteamProto::OnRequestAdvStatusIconIdx(WPARAM wParam, LPARAM) { int status = GetContactXStatus(wParam); if (status) |