summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2008-07-28 22:42:18 +0900
committerJosé Fonseca <[email protected]>2008-07-28 22:42:18 +0900
commit28454a512a9b1c1e9f70a04b43c34f239abd6ba7 (patch)
tree8f0fd333bb03e64d65fc2b7e378127a6f4d52181 /src/gallium/include
parentc208a2c791fa24c7c5887fc496738cbddbfafc72 (diff)
util: Don't define replacement math functions for CE.
It appears to be working without this before, and it is probably necessary.
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_util.h2
1 files changed, 1 insertions, 1 deletions
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;