mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
No Issue - Insert missing typedef for SunOS.
We definitely have uint64_t on SunOS. Someone probably just forgot to finish filling out the list...
This commit is contained in:
parent
37d0ffa172
commit
1022f11503
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ extern ogg_free_function_type *ogg_free_func;
|
|||
typedef int32_t ogg_int32_t;
|
||||
typedef uint32_t ogg_uint32_t;
|
||||
typedef int64_t ogg_int64_t;
|
||||
typedef uint64_t ogg_uint64_t;
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue