| Summary: | define numbers don't match types in Swift | ||
|---|---|---|---|
| Product: | SDL | Reporter: | C.W. Betts <computers57> |
| Component: | file | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
| Attachments: | Add u to defines | ||
|
Description
C.W. Betts
2015-11-06 22:30:45 UTC
Created attachment 2372 [details]
Add u to defines
This patch changes all the define constants to end with a "u", making them import into Swift as UInt32.
Fixed, thanks! https://hg.libsdl.org/SDL/rev/dc59df175689 |