mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #31] [CLOSED] moved up enum mode in 608.h #920
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/31
Author: @anshul1912
Created: 5/17/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
020c6eelseek64 is not required by linux📊 Changes
2 files changed (+3 additions, -9 deletions)
View changed files
📝
linux/Makefile(+1 -1)📝
src/platform.h(+2 -8)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.