X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fwinduni.h;h=bd437fdc6500e1f16e9604a48430a3fb406f25ee;hb=6a40cf0c5c845683fdb82721813ebd5dd867cce5;hp=878641535b495e0bb2ee1627c78da96eae622458;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/winduni.h b/binutils/winduni.h index 878641535b..bd437fdc65 100644 --- a/binutils/winduni.h +++ b/binutils/winduni.h @@ -1,6 +1,5 @@ /* winduni.h -- header file for unicode support for windres program. - Copyright 1997, 1998, 2002, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1997-2015 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Support. Rewritten by Kai Tietz, Onevision. @@ -126,6 +125,7 @@ extern const local_iconv_map *wind_find_codepage_info (unsigned); /* Convert an Codepage string to a unicode string. */ extern void unicode_from_codepage (rc_uint_type *, unichar **, const char *, rc_uint_type); +extern void unicode_from_ascii_len (rc_uint_type *, unichar **, const char *, rc_uint_type ); /* Convert an unicode string to an codepage string. */ extern void codepage_from_unicode (rc_uint_type *, const unichar *, char **, rc_uint_type);