Release 980517
[wine/multimedia.git] / include / lzexpand.h
blobe518bc3162db32e6a0477ba8c421e2b4213cffa4
1 /* Includefile for the decompression library, lzexpand
3 * Copyright 1996 Marcus Meissner
4 */
6 #ifndef __WINE_LZEXPAND_H
7 #define __WINE_LZEXPAND_H
9 #define LZERROR_BADINHANDLE -1 /* -1 */
10 #define LZERROR_BADOUTHANDLE -2 /* -2 */
11 #define LZERROR_READ -3 /* -3 */
12 #define LZERROR_WRITE -4 /* -4 */
13 #define LZERROR_GLOBALLOC -5 /* -5 */
14 #define LZERROR_GLOBLOCK -6 /* -6 */
15 #define LZERROR_BADVALUE -7 /* -7 */
16 #define LZERROR_UNKNOWNALG -8 /* -8 */
18 #endif /* __WINE_LZEXPAND_H */