util: Don't define replacement math functions for CE.

It appears to be working without this before, and it is probably necessary.
This commit is contained in:
José Fonseca
2008-07-28 22:42:18 +09:00
parent c208a2c791
commit 28454a512a

View File

@@ -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;