Benjamin Smedberg wrote:
> can make a PRUnichar string literal, i.e.:
> 
> static const PRUnichar grePath[] = {'/', 'h', 'o', 'm', 'e', '/', 'b', 'r',
> 'i', 'g', 'h', 't', 'm', 'a', 'n', '/', 'm', 'o', 'z', 'i', 'l', 'l', 'a',
> '/', 'd', 'i', 's', 't', '/', 'b', 'i', 'n', '\0' };

Or compile with --fshort-wchar and use L"" for the literal, right?

-Boris

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to