Release 980301
[wine] / include / lzexpand.h
1 /* Includefile for the decompression library, lzexpand
2  *
3  * Copyright 1996 Marcus Meissner
4  */
5
6 #ifndef __WINE_LZEXPAND_H
7 #define __WINE_LZEXPAND_H
8
9 #define LZERROR_BADINHANDLE     0xFFFF  /* -1 */
10 #define LZERROR_BADOUTHANDLE    0xFFFE  /* -2 */
11 #define LZERROR_READ            0xFFFD  /* -3 */
12 #define LZERROR_WRITE           0xFFFC  /* -4 */
13 #define LZERROR_GLOBALLOC       0xFFFB  /* -5 */
14 #define LZERROR_GLOBLOCK        0xFFFA  /* -6 */
15 #define LZERROR_BADVALUE        0xFFF9  /* -7 */
16 #define LZERROR_UNKNOWNALG      0xFFF8  /* -8 */
17
18 #endif  /* __WINE_LZEXPAND_H */