diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-15 21:31:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-15 21:31:54 +0000 |
commit | 6b27aa506d7b45ce503d0a546cbe9d13746c2be3 (patch) | |
tree | 5214365bf5c39617112af57eaf060fe7291d3653 /plugins/Import/src/import.h | |
parent | e2aa05a51283cd80febe5aa150568dd127d14bea (diff) |
Unicode translation for Import
git-svn-id: http://svn.miranda-ng.org/main/trunk@1952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/import.h')
-rw-r--r-- | plugins/Import/src/import.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/import.h b/plugins/Import/src/import.h index 738fc76bfa..5dbfd82cc7 100644 --- a/plugins/Import/src/import.h +++ b/plugins/Import/src/import.h @@ -101,7 +101,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IOPT_CONTACTS 4096
#define IOPT_GROUPS 8192
-void AddMessage( const char* fmt, ... );
+void AddMessage( const TCHAR* fmt, ... );
void mySet( HANDLE hContact, const char* module, const char* var, DBVARIANT* dbv );
|