src/minilzo.cpp
branchnoai
changeset 9701 d1ac22c62f64
parent 6573 7624f942237f
child 10429 1b99254f9607
child 10724 68a692eacf22
--- a/src/minilzo.cpp	Sun Aug 19 14:04:13 2007 +0000
+++ b/src/minilzo.cpp	Sun Sep 02 11:17:33 2007 +0000
@@ -60,7 +60,7 @@
 #  define LZO_HAVE_CONFIG_H
 #endif
 
-#if !defined(LZO_NO_SYS_TYPES_H)
+#if !defined(LZO_NO_SYS_TYPES_H) && !defined(WINCE)
 #  include <sys/types.h>
 #endif
 #include <stdio.h>