1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

gz_state FAR *state

This commit is contained in:
Przemyslaw Skibinski
2016-11-30 08:02:58 +01:00
parent adf215e6e3
commit 45f7e00197

View File

@ -197,7 +197,7 @@ typedef struct {
} gz_state;
typedef union {
gz_state* state;
gz_state FAR *state;
gzFile file;
} gz_statep;