/* Includefile for the decompression library, lzexpand * * Copyright 1996 Marcus Meissner */ #ifndef __WINE_LZEXPAND_H #define __WINE_LZEXPAND_H #define LZERROR_BADINHANDLE -1 /* -1 */ #define LZERROR_BADOUTHANDLE -2 /* -2 */ #define LZERROR_READ -3 /* -3 */ #define LZERROR_WRITE -4 /* -4 */ #define LZERROR_GLOBALLOC -5 /* -5 */ #define LZERROR_GLOBLOCK -6 /* -6 */ #define LZERROR_BADVALUE -7 /* -7 */ #define LZERROR_UNKNOWNALG -8 /* -8 */ #endif /* __WINE_LZEXPAND_H */