| Summary: | Windows non-MinGW cmake build defines HAVE_WCSLCPY and HAVE_WCSLCAT | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Tom Seddon <bugzilla.libsdl.org> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | don't know | ||
| Hardware: | x86_64 | ||
| OS: | Windows 10 | ||
|
Description
Tom Seddon
2017-08-19 18:55:11 UTC
That's weird, these are the exact two functions that Emscripten incorrectly believed it had until we upgraded the buildbot's emsdk install. Not sure what's up with this, but it's possibly not a MingW-specific thing! --ryan. These functions aren't critical to use the C library versions when available, so I just pulled them from configure. https://hg.libsdl.org/SDL/rev/d9f24e95e8ba Thanks! |