From 056d2be888a4235a109a123b7b2a715aa3ff72ba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Mar 2013 14:55:49 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@4225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/Flags/svc_flags.cpp | 2 +- plugins/UserInfoEx/src/Flags/svc_flags.h | 2 +- plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp | 4 ++-- plugins/UserInfoEx/src/Flags/svc_flagsicons.h | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins/UserInfoEx/src/Flags') diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index 6056d3d9be..7f068b1e00 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -288,7 +288,7 @@ static int OnExtraIconSvcChanged(WPARAM wParam,LPARAM lParam) return 0; } -VOID SvcFlagsEnableExtraIcons(BYTE bColumn, BOOLEAN bUpdateDB) +void SvcFlagsEnableExtraIcons(BYTE bColumn, BYTE bUpdateDB) { gFlagsOpts.bShowExtraImgFlag = (bColumn!=((BYTE)-1)); if (bUpdateDB) diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.h b/plugins/UserInfoEx/src/Flags/svc_flags.h index bf4f9a12d6..19229be687 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.h +++ b/plugins/UserInfoEx/src/Flags/svc_flags.h @@ -79,7 +79,7 @@ typedef void (CALLBACK *BUFFEREDPROC)(LPARAM lParam); #endif void EnsureExtraImages(); -VOID SvcFlagsEnableExtraIcons(BOOLEAN bEnable, BOOLEAN bUpdateDB); +void SvcFlagsEnableExtraIcons(BYTE bEnable, BYTE bUpdateDB); void CALLBACK UpdateStatusIcons(LPARAM lParam); void SvcFlagsLoadModule(); diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp index 3e08ee1232..2dd4b1ce73 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp @@ -285,7 +285,7 @@ static INT_PTR ServiceCreateMergedFlagIcon(WPARAM wParam,LPARAM lParam) /************************* Misc ***********************************/ -VOID InitIcons() +void InitIcons() { HIMAGELIST himl = {0}; HBITMAP hScrBM = 0; @@ -433,7 +433,7 @@ VOID InitIcons() CreateServiceFunction(MS_FLAGS_CREATEMERGEDFLAGICON,ServiceCreateMergedFlagIcon); } -VOID UninitIcons() +void UninitIcons() { for(int i=0;i