src/minilzo.cpp
changeset 7405 2fd57f130eca
parent 6247 7d81e3a5d803
child 9111 48ce04029fe4
equal deleted inserted replaced
7404:70543a7025e0 7405:2fd57f130eca
    58 
    58 
    59 #ifdef MINILZO_HAVE_CONFIG_H
    59 #ifdef MINILZO_HAVE_CONFIG_H
    60 #  define LZO_HAVE_CONFIG_H
    60 #  define LZO_HAVE_CONFIG_H
    61 #endif
    61 #endif
    62 
    62 
    63 #if !defined(LZO_NO_SYS_TYPES_H)
    63 #if !defined(LZO_NO_SYS_TYPES_H) && !defined(WINCE)
    64 #  include <sys/types.h>
    64 #  include <sys/types.h>
    65 #endif
    65 #endif
    66 #include <stdio.h>
    66 #include <stdio.h>
    67 
    67 
    68 #ifndef __LZO_CONF_H
    68 #ifndef __LZO_CONF_H