mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 21:23:10 +00:00
[PR #31] moved up enum mode in 608.h #925
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/31
State: closed
Merged: No
since struct s_context_cc608 using enum cc_mode, code was not able to compile on gnu linux.
so moved up enum cc_mode, so that compiler know what cc_mode is.
also added macro according lseek64 manual, this was required