summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ContactsPlus/src/utils.h')
-rw-r--r--plugins/ContactsPlus/src/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ContactsPlus/src/utils.h b/plugins/ContactsPlus/src/utils.h
index ecc0df3349..cc21980207 100644
--- a/plugins/ContactsPlus/src/utils.h
+++ b/plugins/ContactsPlus/src/utils.h
@@ -60,7 +60,6 @@ int __fastcall strcmpT(const TCHAR *string1, const TCHAR *string2);
TCHAR* __fastcall strcpyT(TCHAR* dest, const TCHAR* src);
TCHAR* __fastcall strncpyT(TCHAR* dest, const TCHAR* src, size_t len);
TCHAR* __fastcall strcatT(TCHAR* dest, const TCHAR* src);
-int _snprintfT(TCHAR *buffer, size_t count, const char* fmt, ...);
LRESULT SendMessageT(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
TCHAR* GetWindowTextT(HWND hWnd);