[rt.cpan.org #127836] Cygwin: wcslen(), wcscpy() called without being declared
[email protected] ("Jan Dubois via RT") Sun, 5 May 2019 22:10:26 -0400
| Newsgroups | perl.libwin32 |
|---|---|
| Message-ID | <[email protected]> |
Sun May 05 22:10:25 2019: Request 127836 was acted upon.
Transaction: Correspondence added by JDB
Queue: Win32
Subject: Cygwin: wcslen(), wcscpy() called without being declared
Broken in: (no value)
Severity: (no value)
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=127836 >
On Wed Nov 28 21:33:11 2018, TONYC wrote:
>
> This causes the build to fail if perl is built with g++ on cygwin.
>
> Adding:
>
> #include <wchar.h>
>
> fixes the problem.
Thank you! Fix applied in https://github.com/perl-libwin32/win32/pull/17