mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Fixed build
This commit is contained in:
parent
f30db00b74
commit
96e7eb52ac
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ namespace glm
|
|||
typedef std::uint32_t uint32;
|
||||
typedef std::uint64_t uint64;
|
||||
#else
|
||||
typedef char int8;
|
||||
typedef short int16;
|
||||
typedef int int32;
|
||||
typedef signed char int8;
|
||||
typedef signed short int16;
|
||||
typedef signed int int32;
|
||||
typedef detail::int64 int64;
|
||||
|
||||
typedef unsigned char uint8;
|
||||
|
|
Loading…
Add table
Reference in a new issue