[PR #418] [CLOSED] Fix protobuf-c include #1251

Open
opened 2026-01-29 17:00:39 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/418
Author: @canihavesomecoffee
Created: 9/3/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/lib_ccx/ccx_sub_entry_message.pb-c.h (+1 -1)

📄 Description

The <> make the build fail in Release mode in Visual Studio, as the <>
makes it look for a standard header
(https://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k(C1083)&rd=true).
This change makes it compile both in Debug and Release mode.


🔄 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/418 **Author:** [@canihavesomecoffee](https://github.com/canihavesomecoffee) **Created:** 9/3/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e70a2a8`](https://github.com/CCExtractor/ccextractor/commit/e70a2a8d672ced30e964db7d5af82d9898750d0d) Fix include ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_sub_entry_message.pb-c.h` (+1 -1) </details> ### 📄 Description The <> make the build fail in Release mode in Visual Studio, as the <> makes it look for a standard header (https://msdn.microsoft.com/query/dev14.query?appId=Dev14IDEF1&l=EN-US&k=k(C1083)&rd=true). This change makes it compile both in Debug and Release mode. --- <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 17:00:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1251