From 536866870075c4b982797e7cb5b3dc3ac9189736 Mon Sep 17 00:00:00 2001 From: Zentaro Kavanagh Date: Fri, 21 Apr 2006 19:18:23 +0000 Subject: * Add proper build setup for wm5 * Don't include sys/types.h if defined WIN32 && WINCE - it never gets used anyway git-svn-id: https://svn.xiph.org/trunk/Tremor@11217 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 763b506..a4bc82f 100644 --- a/misc.h +++ b/misc.h @@ -29,7 +29,9 @@ #ifndef _LOW_ACCURACY_ /* 64 bit multiply */ +#if !(defined WIN32 && defined WINCE) #include +#endif #if BYTE_ORDER==LITTLE_ENDIAN union magic { -- cgit v1.2.1