diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-30 21:02:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-30 21:02:18 +0000 |
commit | 2f609504cf3cdbbdfee8946001252f46995edbea (patch) | |
tree | 28fe60115eefb625706487f9360d9441c33f95fb | |
parent | 06a79b9469f4d187132cd148411d9b92c7e35e6f (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index d687ae06f2..a0238b6d6d 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -217,7 +217,7 @@ DWORD CompareContacts2_getLMTime(HANDLE u); DWORD mod_CalcHash(const char * a); //mod_skin_selector.c
HICON cliGetIconFromStatusMode(HANDLE hContact, const char *szProto,int status); //clistmod.c
HICON GetMainStatusOverlay(int STATUS); //clc.c
-int CLVM_GetContactHiddenStatus(HANDLE hContact, char *szStatus, struct ClcData *dat); //clcitems.c
+int __fastcall CLVM_GetContactHiddenStatus(HANDLE hContact, char *szStatus, struct ClcData *dat); //clcitems.c
int BgStatusBarChange(WPARAM wParam,LPARAM lParam); //clcopts.c
int ClcDoProtoAck(HANDLE wParam,ACKDATA * ack); //clc.c
int ModernSkinButtonDeleteAll(); //modernbutton.c
|