diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 16:09:19 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 16:09:19 +0000 |
commit | e180fa60516c6133cef12d839ce8eaea6adcbfad (patch) | |
tree | 5eb76050ce9c444dd3bcee87715cb9033b12483b /plugins/CountryFlags/src/extraimg.cpp | |
parent | ec0e2844534a148012b76debb6eff48d8c1931a8 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags/src/extraimg.cpp')
-rw-r--r-- | plugins/CountryFlags/src/extraimg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CountryFlags/src/extraimg.cpp b/plugins/CountryFlags/src/extraimg.cpp index 3883b8bf71..94af170dc3 100644 --- a/plugins/CountryFlags/src/extraimg.cpp +++ b/plugins/CountryFlags/src/extraimg.cpp @@ -101,7 +101,7 @@ static int ExtraImageApply(WPARAM wParam,LPARAM lParam) #define STATUSICON_REFRESHDELAY 100 /* time for which setting changes are buffered */
// always call in context of main thread
-static void FASTCALL SetStatusIcon(HANDLE hContact,int countryNumber)
+static void __fastcall SetStatusIcon(HANDLE hContact,int countryNumber)
{
HICON hIcon = NULL;
@@ -136,7 +136,7 @@ static void FASTCALL SetStatusIcon(HANDLE hContact,int countryNumber) }
// always call in context of main thread
-static void FASTCALL UnsetStatusIcon(HANDLE hContact,int countryNumber)
+static void __fastcall UnsetStatusIcon(HANDLE hContact,int countryNumber)
{
StatusIconData sid;
sid.cbSize=sizeof(sid);
|