[PR #418] Fix protobuf-c include #1255

Closed
opened 2026-01-29 17:00:40 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/418

State: closed
Merged: No


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.

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/418 **State:** closed **Merged:** No --- 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.
claunia added the pull-request label 2026-01-29 17:00:40 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1255