Added tracking support and fixed loading of resource strings.
[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     -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 */
17
18 #endif  /* __WINE_LZEXPAND_H */