| Summary: | SDL_ToUnicode & co not needed for WIN64 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | icculus |
| Version: | HG 1.2 | ||
| Hardware: | x86_64 | ||
| OS: | Windows (All) | ||
| Attachments: | patch to use ToUnicode() directly if compiled for _WIN64 | ||
This is now hg changeset 1361a12b2e58, thanks! --ryan. |
Created attachment 707 [details] patch to use ToUnicode() directly if compiled for _WIN64 SDL_ToUnicode & co not needed for WIN64, because it is pretty much guaranteed not to be 9xME. Trivial patch attached, against current hg/SDL-1.2 branch.