mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 07:29:54 +00:00
[PR #1150] [FIX] Fixing issues with building on Windows #1937
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?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1150
State: closed
Merged: No
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.