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_flagsicons.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/UserInfoEx/src/Flags/svc_flagsicons.h') diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h index 9b83d64146..362e2d9c68 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h @@ -29,8 +29,8 @@ int CountryNumberToIndex(int countryNumber); HICON LoadFlag(int countryNumber); HANDLE LoadFlagHandle(int countryNumber); -VOID InitIcons(); -//VOID SvcFlagsOnModulesLoaded(); -VOID UninitIcons(); +void InitIcons(); +//void SvcFlagsOnModulesLoaded(); +void UninitIcons(); #endif /* _UINFOEX_FLAGSICONS_H_INCLUDED_ */ -- cgit v1.2.3