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 - SDL_ToUnicode & co not needed for WIN64
Summary: SDL_ToUnicode & co not needed for WIN64
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 1.2
Hardware: x86_64 Windows (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 04:55 UTC by Ozkan Sezer
Modified: 2011-10-12 22:49 UTC (History)
1 user (show)

See Also:


Attachments
patch to use ToUnicode() directly if compiled for _WIN64 (2.47 KB, patch)
2011-09-25 04:55 UTC, Ozkan Sezer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.