diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-19 14:06:55 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-19 14:06:55 +0000 |
commit | 0a4edf42be37bf12786e668837488ce074f476f2 (patch) | |
tree | e2d4e17f25dc357e1d6bb0bdc15476f3ca148567 /plugins/UserInfoEx/src/Flags/svc_flagsicons.h | |
parent | 32dedc767dec565c576b78b786e7a95d76ac806e (diff) |
more cleaning of icons' names
git-svn-id: http://svn.miranda-ng.org/main/trunk@2372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/Flags/svc_flagsicons.h')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flagsicons.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h index 7f29330a11..2aabd00c66 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h @@ -33,8 +33,9 @@ Last change by : $Author: ing.u.horn $ #ifndef _UINFOEX_FLAGSICONS_H_INCLUDED_
#define _UINFOEX_FLAGSICONS_H_INCLUDED_
-int CountryNumberToIndex(int countryNumber);
+int CountryNumberToIndex(int countryNumber);
HICON LoadFlag(int countryNumber);
+HANDLE LoadFlagHandle(int countryNumber);
VOID InitIcons();
//VOID SvcFlagsOnModulesLoaded();
|