minilzo.h
changeset 2436 7d5df545bd5d
parent 2186 db48cf29b983
child 2548 49c8a096033f
equal deleted inserted replaced
2435:9b9d43988058 2436:7d5df545bd5d
    38  *   the full LZO package can be found at
    38  *   the full LZO package can be found at
    39  *   http://www.oberhumer.com/opensource/lzo/
    39  *   http://www.oberhumer.com/opensource/lzo/
    40  */
    40  */
    41 
    41 
    42 
    42 
    43 #ifndef __MINILZO_H
    43 #ifndef MINILZO_H
    44 #define __MINILZO_H
    44 #define MINILZO_H
    45 
    45 
    46 #define MINILZO_VERSION         0x1080
    46 #define MINILZO_VERSION         0x1080
    47 
    47 
    48 #ifdef __LZOCONF_H
    48 #ifdef __LZOCONF_H
    49 #  error "you cannot use both LZO and miniLZO"
    49 #  error "you cannot use both LZO and miniLZO"
    96 
    96 
    97 #ifdef __cplusplus
    97 #ifdef __cplusplus
    98 } /* extern "C" */
    98 } /* extern "C" */
    99 #endif
    99 #endif
   100 
   100 
   101 #endif /* already included */
   101 #endif /* MINILZO_H */
   102 
   102