mirror of
https://github.com/yawut/SDL.git
synced 2026-06-14 12:40:50 -05:00
Fixed compiler warnings on Haiku.
This commit is contained in:
parent
35232f9450
commit
b2dfae24bf
|
|
@ -25,7 +25,9 @@
|
|||
#define libm_hidden_proto(x)
|
||||
#define libm_hidden_def(x)
|
||||
|
||||
#ifndef __HAIKU__ /* already defined in a system header. */
|
||||
typedef unsigned int u_int32_t;
|
||||
#endif
|
||||
|
||||
#define atan SDL_uclibc_atan
|
||||
#define __ieee754_atan2 SDL_uclibc_atan2
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user