diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-10 22:07:11 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-12-10 22:07:11 +0000 |
commit | aa5ad4e9e5f881747ab2fae38b0da05560085f13 (patch) | |
tree | 864b542d6627b2ce07f00ad666982085ebe3b7ca /plugins/TrafficCounter/src/statistics.h | |
parent | d2528d31bac20ff2f7f41355cd398d929d83136a (diff) |
x64 warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@2716 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/statistics.h')
-rw-r--r-- | plugins/TrafficCounter/src/statistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/statistics.h b/plugins/TrafficCounter/src/statistics.h index 2fcff8520b..17b7d5c4e3 100644 --- a/plugins/TrafficCounter/src/statistics.h +++ b/plugins/TrafficCounter/src/statistics.h @@ -31,7 +31,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define STAT_UNITS_MB 2
#define STAT_UNITS_ADAPTIVE 3
-BOOL CALLBACK DlgProcOptStatistics(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcOptStatistics(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
void Stat_ReadFile(BYTE);
void Stat_Show(HWND);
void Stat_UpdateTotalTraffic(HWND, DWORD, DWORD);
|