(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
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user