mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #418] [CLOSED] Fix protobuf-c include #1251
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/418
Author: @canihavesomecoffee
Created: 9/3/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
e70a2a8Fix include📊 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.