[PR #31] [CLOSED] moved up enum mode in 608.h #920

Open
opened 2026-01-29 16:57:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/31
Author: @anshul1912
Created: 5/17/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 020c6ee lseek64 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.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/31 **Author:** [@anshul1912](https://github.com/anshul1912) **Created:** 5/17/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`020c6ee`](https://github.com/CCExtractor/ccextractor/commit/020c6ee8550ecaced1c846c80ecfa2b38161dcaa) lseek64 is not required by linux ### 📊 Changes **2 files changed** (+3 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `linux/Makefile` (+1 -1) 📝 `src/platform.h` (+2 -8) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:57:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#920