We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1310

Summary: SDL_ToUnicode & co not needed for WIN64
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: eventsAssignee: 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

Description Ozkan Sezer 2011-09-25 04:55:53 UTC
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.
Comment 1 Ryan C. Gordon 2011-10-12 22:49:30 UTC
This is now hg changeset 1361a12b2e58, thanks!

--ryan.