mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
gallium: WinCE does not have cosf, sinf, etc.
This commit is contained in:
parent
25da42a650
commit
72b6fddefb
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ extern void pipe_copy_rect(ubyte * dst, unsigned cpp, unsigned dst_pitch,
|
|||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if _MSC_VER < 1400 && !defined(__cplusplus)
|
||||
#if _MSC_VER < 1400 && !defined(__cplusplus) || defined(PIPE_SUBSYSTEM_WINDOWS_CE)
|
||||
|
||||
static INLINE float cosf( float f )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue