X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=binutils%2Fwinduni.h;h=bd437fdc6500e1f16e9604a48430a3fb406f25ee;hb=452397af30f68f6d4ed05fa6d9fc30ca70cbe7f9;hp=82c3022831a8b62822e706916e8da1ba5b623157;hpb=d856f2ddfa3d037987610ecc0edbf75f31296971;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/winduni.h b/binutils/winduni.h index 82c3022831..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, 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. @@ -8,7 +7,7 @@ This program is 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 + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -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);