diff options
author | George Hazan <george.hazan@gmail.com> | 2015-09-29 17:38:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-09-29 17:38:21 +0000 |
commit | b4dda82ea61973078e7fe6678af7aaa72ea0d30b (patch) | |
tree | 3cff106e7ad9ec849c257bff58e221eda159d994 /plugins/Clist_modern/src/stdafx.h | |
parent | fb530563908192710e111786f636da2ebccb7924 (diff) |
runtime allocation functions replaced with mir_*
function strdupn() removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r-- | plugins/Clist_modern/src/stdafx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h index d7ec890625..745f4884b0 100644 --- a/plugins/Clist_modern/src/stdafx.h +++ b/plugins/Clist_modern/src/stdafx.h @@ -175,7 +175,6 @@ void MakeButtonSkinned(HWND hWnd); #define strsetT(a,b) {if (a) mir_free_and_nill(a); a=mir_tstrdup(b);}
extern void TRACE_ERROR();
-extern BOOL DebugDeleteObject(HGDIOBJ a);
extern void IvalidateDisplayNameCache(DWORD mode);
extern LIST<ClcCacheEntry> clistCache;
@@ -202,8 +201,6 @@ enum #define MirandaLoading() ((g_CluiData.bSTATE<STATE_NORMAL))
#define MirandaExiting() ((g_CluiData.bSTATE>STATE_NORMAL))
-char * strdupn(const char * src, int len);
-
#define SORTBY_NAME 0
#define SORTBY_STATUS 1
#define SORTBY_LASTMSG 2
|