summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorZentaro Kavanagh <illiminable@xiph.org>2006-04-21 19:18:23 +0000
committerZentaro Kavanagh <illiminable@xiph.org>2006-04-21 19:18:23 +0000
commit536866870075c4b982797e7cb5b3dc3ac9189736 (patch)
tree58208d72fbf35bb138c806631354dd015fdd1cff /misc.h
parentb725418d1af3391639b9afc524f3e3399ed38cf3 (diff)
downloadtremor-536866870075c4b982797e7cb5b3dc3ac9189736.tar.gz
* 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
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 2 insertions, 0 deletions
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 <sys/types.h>
+#endif
#if BYTE_ORDER==LITTLE_ENDIAN
union magic {