Added uint typedef under windows
This commit is contained in:
parent
9b0f5d9b0d
commit
30cc12912b
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ typedef int32_t fixed_t;
|
|||
|
||||
typedef uint32_t angle_t;
|
||||
|
||||
#ifdef _WIN32
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
// With versions of GCC newer than 4.2, it appears it was determined that the
|
||||
// cost of an unaligned pointer on PPC was high enough to add padding to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue