From 930bb8424231c4d11aa838f737ef5a7f2bc27db2 Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 3 Aug 2007 23:26:12 +0000 Subject: (svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal) -Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE --- src/minilzo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/minilzo.cpp') diff --git a/src/minilzo.cpp b/src/minilzo.cpp index 568c78f2f..68e0bb0f8 100644 --- a/src/minilzo.cpp +++ b/src/minilzo.cpp @@ -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 #endif #include -- cgit v1.2.3-54-g00ecf