From 7dad3543a2b848f6547b291f812c9643dc0b85f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 30 Jun 2012 16:17:46 +0000 Subject: Variables moved to mir_* memory allocation routines git-svn-id: http://svn.miranda-ng.org/main/trunk@696 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/variables.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'plugins/Variables/variables.h') diff --git a/plugins/Variables/variables.h b/plugins/Variables/variables.h index 814a4263de..17de157cf1 100644 --- a/plugins/Variables/variables.h +++ b/plugins/Variables/variables.h @@ -2,7 +2,7 @@ Variables Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon - This program is free software; you can redistribute it and/or modify + This program is mir_free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. @@ -167,8 +167,6 @@ INT_PTR showHelpExService(WPARAM wParam, LPARAM lParam); INT_PTR getSkinItemService(WPARAM wParam, LPARAM lParam); int iconsChanged(WPARAM wParam, LPARAM lParam); -char* u2a( wchar_t* src ); -wchar_t* a2u( char* src ); int ttoi(TCHAR *string); TCHAR *itot(int num); -- cgit v1.2.3