Steven Edwards schrieb:
--- David Kredba <kredba(a)ibot.cas.cz> wrote:
I am using gcc-3.4.1.
I see this issue with 3.4.2.
Hi,
I thing that is a problem of mingw-runtime-3.5. The definition of wcsdup
in string.h is:
_CRTIMP wchar_t* __cdecl wcsdup (wchar_t*);
But it must be:
_CRTIMP wchar_t* __cdecl wcsdup (const wchar_t*);
- Hartmut