81472056d7
* winduni.h (unicode_from_ascii_len): New prototype. * winduni.c (unicode_from_ascii_len): New function. * windres.h (define_stringtable): Add additional length argument. * windres.c (define_stringtable): Add length argument for string. * rcparse.y (res_unicode_sizedstring): New rule. (res_unicode_sizedstring_concat): Likewise. (string_data): Adjust rule. 2011-10-25 Kai Tietz <ktietz@redhat.com> * binutils-all/windres/strtab4.rc: New test. * binutils-all/windres/strtab4.rsd: Likewise.
10 lines
125 B
Text
10 lines
125 B
Text
// cpparg -DTEST=1
|
|
|
|
#include "windows.h"
|
|
|
|
LANGUAGE 0, 0
|
|
|
|
STRINGTABLE MOVEABLE PURE DISCARDABLE
|
|
BEGIN
|
|
1 "hello\0 world"
|
|
END
|