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:
@ -197,7 +197,7 @@ typedef struct {
|
||||
} gz_state;
|
||||
|
||||
typedef union {
|
||||
gz_state* state;
|
||||
gz_state FAR *state;
|
||||
gzFile file;
|
||||
} gz_statep;
|
||||
|
||||
|
Reference in New Issue
Block a user