| Summary: | Quick'n'Dirty patch for Win64 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sam Lantinga <slouken> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | don't know | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
| Attachments: | SDL-1.2.8_64.diff | ||
|
Description
Sam Lantinga
2006-01-31 10:37:04 UTC
Created attachment 59 [details]
SDL-1.2.8_64.diff
There's a lot of typecasting where the SDL types should be extended to handle 64-bit systems. We should probably support this in SDL 1.3, and change the SDL data structures accordingly.
Some of these changes are better than others...let me clean this one up before committing it. --ryan. The current CVS code should be fine on Win64 now. |