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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user