From: José Fonseca Date: Mon, 28 Jul 2008 13:42:18 +0000 (+0900) Subject: util: Don't define replacement math functions for CE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28454a512a9b1c1e9f70a04b43c34f239abd6ba7;p=mesa.git util: Don't define replacement math functions for CE. It appears to be working without this before, and it is probably necessary. --- diff --git a/src/gallium/include/pipe/p_util.h b/src/gallium/include/pipe/p_util.h index 892bd4bf8a8..eec413842fb 100644 --- a/src/gallium/include/pipe/p_util.h +++ b/src/gallium/include/pipe/p_util.h @@ -34,7 +34,7 @@ #include "p_format.h" #include "p_pointer.h" -#if defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT) || defined(PIPE_SUBSYSTEM_WINDOWS_CE) +#if defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT) __inline double ceil(double val) { double ceil_val;