mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-24 23:20:09 +00:00
[PR #1150] [CLOSED] [FIX] Fixing issues with building on Windows #1934
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/1150
Author: @jshin313
Created: 12/17/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
77b76c4Revert "[FIX]Update utf8proc (#1145)"📊 Changes
3 files changed (+7094 additions, -7049 deletions)
View changed files
📝
src/utf8proc/utf8proc.c(+10 -12)📝
src/utf8proc/utf8proc.h(+4 -8)📝
src/utf8proc/utf8proc_data.c(+7080 -7029)📄 Description
My familiarity with the project is as follows (check one):
My familiarity with the project is as follows (check one):
In the following the if-else statement didn't really make sense in utf8proc.h:
so the else case was changed to just
# define UTF8PROC_DLLEXPORT. Previously, the latest CCExtractor source failed to build properly on Windows, but with this change, the source compiles correctly.Tested on Windows 10 x64 using Visual Studio 2019.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.